Skip to content

Commit

Permalink
Removed unnecessary lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jrpradojr authored Apr 30, 2021
1 parent 9d5f6f5 commit ae52a91
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
FROM dnxsolutions/aws:2.1.9-dnx1

RUN apk --no-cache update && \
apk --no-cache add python3 && \
rm -rf /var/cache/apk/*

RUN pip3 install --no-cache --upgrade boto3==1.17.42

ADD src .

RUN chmod +x *.sh *.py
Expand Down

0 comments on commit ae52a91

Please sign in to comment.