Skip to content

Commit

Permalink
Add zip and unzip Linux packages
Browse files Browse the repository at this point in the history
These packages are useful when working with AWS Lambda, S3, etc.
  • Loading branch information
DavidCardoso committed Dec 4, 2019
1 parent 2738052 commit 878a7e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ RUN pip install --user awscli
# Add Groff
RUN yum update && yum install -y groff

# Add zip and unzip
RUN yum update && yum install -y zip unzip

# include aws exec in the PATH env var
ENV PATH=$PATH:/root/.local/bin/

0 comments on commit 878a7e4

Please sign in to comment.