From a3beb04c51bcce5d921ea96b58f42fcc0a8b9c08 Mon Sep 17 00:00:00 2001 From: Karl Ritchie Date: Tue, 8 Jan 2019 16:17:52 -0500 Subject: [PATCH] Add installation for groff & less to fix aws cli dependencies --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index c557bdd..3e297ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,8 @@ RUN apk --update --no-cache add \ curl \ nodejs \ nodejs-npm \ + groff \ + less \ && pip install --no-cache-dir awscli==$AWS_CLI_VERSION \ && npm install -g yarn \ && apk del py-pip \