Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
StewartW authored Mar 8, 2021
1 parent 362ebb1 commit 6754603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN curl --silent --location https://rpm.nodesource.com/setup_12.x | bash - &&\
ln -s /usr/bin/pip3 /usr/bin/pip &&\
pip install -r requirements.txt &&\
pip install awscli >=1.18.140 &&\
pip install docker==4.4.4 &&\
rm -rf /var/cache/yum/*

ENTRYPOINT ["entrypoint.sh"]

0 comments on commit 6754603

Please sign in to comment.