From 369d7d80a8f23bc2154e0e936a8e98416e7369de Mon Sep 17 00:00:00 2001 From: Aaron Huslage Date: Tue, 14 Jul 2015 11:31:08 -0500 Subject: [PATCH] Need Groff for Help to work AWS cli needs Groff for help to work --- awscli/Dockerfile | 1 + 1 file changed, 1 insertion(+) 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 \