Skip to content

Commit

Permalink
Merge pull request #455 from fuzzland/fix-ci-build-docker-error
Browse files Browse the repository at this point in the history
Fix: build docker image failed
  • Loading branch information
jacob-chia authored Apr 3, 2024
2 parents bd18dca + 040e32d commit 8f0cf0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ FROM build_environment as builder
WORKDIR /builder

COPY Cargo.toml .
COPY Cargo.lock .
COPY rust-toolchain.toml .
COPY src ./src
COPY benches ./benches
Expand Down

0 comments on commit 8f0cf0e

Please sign in to comment.