Skip to content

Commit

Permalink
Install groff which is required for awscli
Browse files Browse the repository at this point in the history
  • Loading branch information
brianz committed Sep 1, 2017
1 parent 7e28802 commit 1082644
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FROM python:2.7.13

RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
RUN apt-get install -y nodejs
RUN apt-get install -y \
groff \
nodejs

RUN mkdir /root/.aws

Expand Down
4 changes: 3 additions & 1 deletion Dockerfile-python3
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FROM python:3.6.2

RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
RUN apt-get install -y nodejs
RUN apt-get install -y \
groff \
nodejs

RUN mkdir /root/.aws

Expand Down

0 comments on commit 1082644

Please sign in to comment.