mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-09 22:42:40 +01:00
Need Groff for Help to work
AWS cli needs Groff for help to work
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user