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 ae003a9 commit b6acf0eCopy full SHA for b6acf0e
docker/Dockerfile.py313_rust
@@ -8,6 +8,4 @@ RUN --mount=type=cache,target=/var/lib/apt/lists \
8
curl \
9
git
10
11
-WORKDIR /opt
12
-
13
-RUN --mount=type=bind,source=./docker/install-basic-deps.sh,target=/opt/install-basic-deps.sh bash /opt/install-basic-deps.sh
+RUN --mount=type=bind,source=.,target=/opt/scripts bash /opt/scripts/install-basic-deps.sh
0 commit comments