Created
June 14, 2016 16:45
-
-
Save pietrushnic/ccfb710f34b7ef5df49824693e5fd601 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ubuntu:14.04 | |
MAINTAINER Piotr Król <[email protected]> | |
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y vim git tmux cmake python-dev python-pip wget libssl-dev libc-ares-dev uuid-dev xsltproc docbook-xsl libffi-dev | |
RUN pip install boto3 ipy paramiko awscli |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment