Merge pull request #44 from huslage/patch-1

Need Groff for Help to work
This commit is contained in:
Jessie Frazelle 2015-07-14 09:35:25 -07:00
commit d17bbeab86

View File

@ -1,6 +1,7 @@
FROM python:2.7.8
MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y groff
RUN pip install awscli
RUN mkdir -p /root/.aws \