Skip to content

Commit

Permalink
Merge pull request #4 from kritchie/master
Browse files Browse the repository at this point in the history
Add installation for groff & less to fix aws cli dependencies
  • Loading branch information
kritchie authored Jan 8, 2019
2 parents 454d97a + a3beb04 commit 713d0ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 713d0ea

Please sign in to comment.