Skip to content

Instantly share code, notes, and snippets.

@pietrushnic
Created June 14, 2016 16:45
Show Gist options
  • Save pietrushnic/ccfb710f34b7ef5df49824693e5fd601 to your computer and use it in GitHub Desktop.
Save pietrushnic/ccfb710f34b7ef5df49824693e5fd601 to your computer and use it in GitHub Desktop.
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