We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d32fefb + 9b9a287 commit 9b8237dCopy full SHA for 9b8237d
s3-logs-extension-demo-container-image/extension/Dockerfile
@@ -3,7 +3,9 @@ FROM python:3.8-alpine AS installer
3
COPY extensionssrc /opt/
4
COPY extensionssrc/requirements.txt /opt/
5
RUN pip install -r /opt/requirements.txt -t /opt/extensions/lib
6
+WORKDIR /opt/extensions
7
+RUN chmod -R 755 *.py
8
9
FROM scratch AS base
10
WORKDIR /opt/extensions
-COPY --from=installer /opt/extensions .
11
+COPY --from=installer /opt/extensions .
0 commit comments