We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a9e4f2 commit f07f335Copy full SHA for f07f335
1 file changed
tests/integration/docker/Dockerfile.echo.debian
@@ -44,6 +44,8 @@ RUN pip install \
44
# Grab a fresh slim copy of the Python image
45
FROM public.ecr.aws/docker/library/python:${RUNTIME_VERSION}-slim-${DISTRO_VERSION}
46
47
+RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
48
+
49
# Include global arg in this stage of the build
50
ARG FUNCTION_DIR="/home/app/"
51
0 commit comments