We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d973ba1 commit fe4bbe9Copy full SHA for fe4bbe9
Dockerfile
@@ -2,7 +2,7 @@ FROM python:3.11.4-slim-bullseye AS compile-image
2
3
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
4
apt-get install --no-install-recommends -y \
5
- build-essential zlib-dev && \
+ build-essential && \
6
rm -rf /var/lib/apt/lists/*
7
8
WORKDIR /app
0 commit comments