Skip to content

Commit 9b8237d

Browse files
authored
Merge pull request #33 from RidwaanManuel/patch-2
Update Dockerfile
2 parents d32fefb + 9b9a287 commit 9b8237d

File tree

1 file changed

+3
-1
lines changed
  • s3-logs-extension-demo-container-image/extension

1 file changed

+3
-1
lines changed

s3-logs-extension-demo-container-image/extension/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ FROM python:3.8-alpine AS installer
33
COPY extensionssrc /opt/
44
COPY extensionssrc/requirements.txt /opt/
55
RUN pip install -r /opt/requirements.txt -t /opt/extensions/lib
6+
WORKDIR /opt/extensions
7+
RUN chmod -R 755 *.py
68

79
FROM scratch AS base
810
WORKDIR /opt/extensions
9-
COPY --from=installer /opt/extensions .
11+
COPY --from=installer /opt/extensions .

0 commit comments

Comments
 (0)