Skip to content

Commit

Permalink
chore: add tools to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
redshiftzero committed Oct 5, 2023
1 parent 83b6137 commit 0fecbe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployments/containerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ WORKDIR /usr/src/penumbra
# Add rust dependency lockfiles first, to cache downloads.
COPY Cargo.lock Cargo.toml .
COPY crates ./crates
COPY tools/ ./tools
RUN cargo fetch
# Unfortunately, container layer cache is busted copying in the .git
# dir, which is required for using vergen, so we rebuild the rust
Expand Down

0 comments on commit 0fecbe7

Please sign in to comment.