mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-10 06:52: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
|
FROM python:2.7.8
|
||||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y groff
|
||||||
RUN pip install awscli
|
RUN pip install awscli
|
||||||
|
|
||||||
RUN mkdir -p /root/.aws \
|
RUN mkdir -p /root/.aws \
|
||||||
|
|||||||
Reference in New Issue
Block a user