Skip to content

Commit 723a78e

Browse files
committed
Remove unused ENV instruction
The need for this environment variable was removed in #3 but removing the creation of it was missed.
1 parent c85bd79 commit 723a78e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ FROM amazon/aws-lambda-python:3.9 AS build-stage
3535
LABEL org.opencontainers.image.authors="[email protected]"
3636
LABEL org.opencontainers.image.vendor="Cybersecurity and Infrastructure Security Agency"
3737

38-
# This must be present in the image to generate a deployment artifact.
39-
ENV BUILD_PY_VERSION=3.9
40-
4138
COPY --from=install-stage ${LAMBDA_TASK_ROOT} ${LAMBDA_TASK_ROOT}
4239

4340
WORKDIR ${LAMBDA_TASK_ROOT}

0 commit comments

Comments
 (0)