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 dec76b6 commit 4e22319Copy full SHA for 4e22319
1 file changed
Dockerfile
@@ -55,7 +55,9 @@ RUN \
55
git \
56
libre2-dev \
57
ninja-build \
58
- pkg-config && \
+ pkg-config \
59
+ python3 \
60
+ python3-dev && \
61
curl -o /tmp/uv-installer.sh -L https://astral.sh/uv/install.sh && \
62
sh /tmp/uv-installer.sh && \
63
uv python install `cat .python-version` && \
@@ -73,7 +75,8 @@ RUN \
73
75
74
76
77
78
79
80
apt-get autoremove -y && \
81
apt-get autoclean -y && \
82
rm -rf \
0 commit comments