Skip to content

Commit f07f335

Browse files
committed
fix: install curl for debian
1 parent 2a9e4f2 commit f07f335

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/integration/docker/Dockerfile.echo.debian

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ RUN pip install \
4444
# Grab a fresh slim copy of the Python image
4545
FROM public.ecr.aws/docker/library/python:${RUNTIME_VERSION}-slim-${DISTRO_VERSION}
4646

47+
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
48+
4749
# Include global arg in this stage of the build
4850
ARG FUNCTION_DIR="/home/app/"
4951

0 commit comments

Comments
 (0)