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.
1 parent bede976 commit d17220fCopy full SHA for d17220f
1 file changed
layer/Dockerfile
@@ -16,8 +16,4 @@ WORKDIR /tmp
16
17
RUN yum update -y && yum install -y zip unzip wget tar gzip
18
19
-RUN pip install -t /python aws-lambda-powertools$PACKAGE_SUFFIX
20
-
21
22
-RUN mkdir -p /asset
23
-RUN zip -qr /asset/layer.zip /python --exclude \*/tests/\* \*/doc/\* \*/__pycache__/\* \*.pyc
+RUN pip install -t /asset/python aws-lambda-powertools$PACKAGE_SUFFIX
0 commit comments