mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-26 05:35:41 +02:00
Merge pull request #44 from huslage/patch-1
Need Groff for Help to work
This commit is contained in:
commit
d17bbeab86
@ -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…
x
Reference in New Issue
Block a user