File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN apt-get update \
7
7
&& apt-get install --yes --no-install-recommends \
8
8
gcc g++ libffi-dev libpcre3-dev build-essential cargo \
9
9
libxml2-dev libxslt-dev cmake gfortran libopenblas-dev liblapack-dev pkg-config ninja-build \
10
- autoconf automake zlib1g-dev libjpeg62-turbo-dev libssl-dev libsqlite3-dev
10
+ autoconf automake zlib1g-dev libjpeg62-turbo-dev libssl-dev libsqlite3-dev libexpat1-dev
11
11
12
12
# Create virtual enviroment
13
13
RUN pip install uv
@@ -26,7 +26,7 @@ FROM python:3.12-slim AS runner
26
26
27
27
RUN apt-get update \
28
28
&& apt-get install --yes --no-install-recommends \
29
- libxml2 libpcre3 curl media-types \
29
+ libxml2 libpcre3 libexpat1 curl media-types \
30
30
&& rm -rf /var/lib/apt/lists/*
31
31
32
32
# Use virtual enviroment
You can’t perform that action at this time.
0 commit comments