mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
Need Groff for Help to work
AWS cli needs Groff for help to work
This commit is contained in:
parent
1b67408328
commit
369d7d80a8
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user