diff --git a/awscli/Dockerfile b/awscli/Dockerfile index 8c7b7e4..bb3fe4e 100644 --- a/awscli/Dockerfile +++ b/awscli/Dockerfile @@ -1,6 +1,7 @@ FROM python:2.7.8 MAINTAINER Jessica Frazelle +RUN apt-get update && apt-get install -y groff RUN pip install awscli RUN mkdir -p /root/.aws \