Need Groff for Help to work

AWS cli needs Groff for help to work
This commit is contained in:
Aaron Huslage 2015-07-14 11:31:08 -05:00
parent 1b67408328
commit 369d7d80a8

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 \