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 2113e6f commit de50a90Copy full SHA for de50a90
docker/tools/Dockerfile
@@ -28,6 +28,8 @@ RUN --mount=target=/var/lib/apt/lists,type=cache,sharing=locked \
28
libxml++2.6-dev parallel
29
30
COPY --link --from=ghcr.io/astral-sh/uv:0.5.26 /uv /uvx /bin/
31
+RUN ldconfig
32
+RUN ls -la /bin
33
# Python 3.11 is currently required by the party_walls package
34
RUN /bin/sh uv python install 3.11 3.12
35
0 commit comments