Skip to content

Commit 4e22319

Browse files
authored
Fixing arm (#8)
1 parent dec76b6 commit 4e22319

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ RUN \
5555
git \
5656
libre2-dev \
5757
ninja-build \
58-
pkg-config && \
58+
pkg-config \
59+
python3 \
60+
python3-dev && \
5961
curl -o /tmp/uv-installer.sh -L https://astral.sh/uv/install.sh && \
6062
sh /tmp/uv-installer.sh && \
6163
uv python install `cat .python-version` && \
@@ -73,7 +75,8 @@ RUN \
7375
git \
7476
libre2-dev \
7577
ninja-build \
76-
pkg-config && \
78+
pkg-config \
79+
python3-dev && \
7780
apt-get autoremove -y && \
7881
apt-get autoclean -y && \
7982
rm -rf \

0 commit comments

Comments
 (0)