diff --git a/Dockerfile b/Dockerfile index 049ad95..14010f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apk add --update \ python-dev \ py-pip \ build-base \ - && pip install awscli + && pip install awscli --no-build-isolation ADD entrypoint.sh /entrypoint.sh ENTRYPOINT ["sh", "/entrypoint.sh"]