Skip to content

Instantly share code, notes, and snippets.

@bartoszadamczyk
Created May 29, 2017 22:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bartoszadamczyk/459a079517e65e991306ced5e3e3608b to your computer and use it in GitHub Desktop.
Save bartoszadamczyk/459a079517e65e991306ced5e3e3608b to your computer and use it in GitHub Desktop.
Dockerfile to install awscli
FROM ubuntu:14.04
RUN apt-get update -q
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qy python-pip groff-base
RUN pip install awscli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment