We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6987e03 commit 82ed7ceCopy full SHA for 82ed7ce
Dockerfile
@@ -79,7 +79,7 @@ FROM python:3.12-slim AS runner
79
80
RUN apt-get update \
81
&& apt-get install --yes --no-install-recommends \
82
- libxml2 libpcre2 libre2 libexpat1 curl media-types \
+ libxml2 libpcre2-dev libre2-dev libexpat1 curl media-types \
83
&& rm -rf /var/lib/apt/lists/*
84
85
# Use virtual enviroment
backend/Dockerfile
@@ -26,7 +26,7 @@ FROM python:3.12-slim AS runner
26
27
28
29
30
31
32
0 commit comments