From ae52a91d5821c8601fe37f7b3f2976ee1865d66b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Roberto?= <31750084+git-jrprado@users.noreply.github.com> Date: Thu, 29 Apr 2021 21:13:10 -0300 Subject: [PATCH] Removed unnecessary lines --- Dockerfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index ce37787..3f40cb3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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