Skip to content

Commit 36c6a8d

Browse files
committed
bugfix: remove Cargo.lock from Dockerfile
1 parent 6965cc6 commit 36c6a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt-get update && \
66
apt-get install -y pkg-config libssl-dev && \
77
rm -rf /var/lib/apt/lists/*
88

9-
COPY Cargo.toml Cargo.lock ./
9+
COPY Cargo.toml ./
1010

1111
# Create a dummy project for dependency caching https://stackoverflow.com/a/58474618/2318775
1212
RUN mkdir -p src && \

0 commit comments

Comments
 (0)