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 104745a commit 857b75aCopy full SHA for 857b75a
distribution/docker/alpine.Dockerfile
@@ -28,7 +28,6 @@ RUN rm rust-toolchain.toml
28
29
# First, we create an empty Rust project so that dependencies can be cached.
30
COPY Cargo.toml .
31
-COPY Cargo.lock .
32
33
RUN mkdir -p src/ && echo "fn main() {}" > src/dummy.rs && sed -i 's#src/bin/main.rs#src/dummy.rs#' Cargo.toml
34
RUN --mount=type=cache,target=/build/target/ \
0 commit comments