Skip to content

Commit 857b75a

Browse files
committed
fix alpine image from erroring
1 parent 104745a commit 857b75a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

distribution/docker/alpine.Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ RUN rm rust-toolchain.toml
2828

2929
# First, we create an empty Rust project so that dependencies can be cached.
3030
COPY Cargo.toml .
31-
COPY Cargo.lock .
3231

3332
RUN mkdir -p src/ && echo "fn main() {}" > src/dummy.rs && sed -i 's#src/bin/main.rs#src/dummy.rs#' Cargo.toml
3433
RUN --mount=type=cache,target=/build/target/ \

0 commit comments

Comments
 (0)