Skip to content

Commit df1089a

Browse files
committed
Fix build
1 parent 5cbef7e commit df1089a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ RUN \
5555
git \
5656
libre2-dev \
5757
ninja-build \
58-
pkg-config \
59-
python3-dev && \
58+
pkg-config && \
6059
curl -o /tmp/uv-installer.sh -L https://astral.sh/uv/install.sh && \
6160
sh /tmp/uv-installer.sh && \
6261
uv python install `cat .python-version` && \
@@ -74,8 +73,7 @@ RUN \
7473
git \
7574
libre2-dev \
7675
ninja-build \
77-
pkg-config \
78-
python3-dev && \
76+
pkg-config && \
7977
apt-get autoremove -y && \
8078
apt-get autoclean -y && \
8179
rm -rf \

0 commit comments

Comments
 (0)