Skip to content

Commit fe4bbe9

Browse files
authored
Update Dockerfile
1 parent d973ba1 commit fe4bbe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.11.4-slim-bullseye AS compile-image
22

33
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
44
apt-get install --no-install-recommends -y \
5-
build-essential zlib-dev && \
5+
build-essential && \
66
rm -rf /var/lib/apt/lists/*
77

88
WORKDIR /app

0 commit comments

Comments
 (0)