Skip to content

Commit 82ed7ce

Browse files
committed
fix: Dockerfile
1 parent 6987e03 commit 82ed7ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ FROM python:3.12-slim AS runner
7979

8080
RUN apt-get update \
8181
&& apt-get install --yes --no-install-recommends \
82-
libxml2 libpcre2 libre2 libexpat1 curl media-types \
82+
libxml2 libpcre2-dev libre2-dev libexpat1 curl media-types \
8383
&& rm -rf /var/lib/apt/lists/*
8484

8585
# Use virtual enviroment

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ FROM python:3.12-slim AS runner
2626

2727
RUN apt-get update \
2828
&& apt-get install --yes --no-install-recommends \
29-
libxml2 libpcre2 libre2 libexpat1 curl media-types \
29+
libxml2 libpcre2-dev libre2-dev libexpat1 curl media-types \
3030
&& rm -rf /var/lib/apt/lists/*
3131

3232
# Use virtual enviroment

0 commit comments

Comments
 (0)