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 c85bd79 commit 723a78eCopy full SHA for 723a78e
Dockerfile
@@ -35,9 +35,6 @@ FROM amazon/aws-lambda-python:3.9 AS build-stage
35
LABEL org.opencontainers.image.authors="[email protected]"
36
LABEL org.opencontainers.image.vendor="Cybersecurity and Infrastructure Security Agency"
37
38
-# This must be present in the image to generate a deployment artifact.
39
-ENV BUILD_PY_VERSION=3.9
40
-
41
COPY --from=install-stage ${LAMBDA_TASK_ROOT} ${LAMBDA_TASK_ROOT}
42
43
WORKDIR ${LAMBDA_TASK_ROOT}
0 commit comments