Skip to content

Commit b6acf0e

Browse files
committed
fix
1 parent ae003a9 commit b6acf0e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker/Dockerfile.py313_rust

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,4 @@ RUN --mount=type=cache,target=/var/lib/apt/lists \
88
curl \
99
git
1010

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
11+
RUN --mount=type=bind,source=.,target=/opt/scripts bash /opt/scripts/install-basic-deps.sh

0 commit comments

Comments
 (0)