Skip to content

Commit

Permalink
cargo clean after install
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Jun 27, 2023
1 parent 2303bd9 commit 1d3d343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN nix-channel --update
RUN nix-shell -p bash jq curl xe dig --run exit

# Get latest gildlab cli from main
RUN nix-shell -p rustc cargo pkgconfig openssl --run 'cargo install --git https://github.com/gildlab/gildlab-cli --branch main'
RUN nix-shell -p rustc cargo pkgconfig openssl --run 'cargo install --git https://github.com/gildlab/gildlab-cli --branch main && cargo clean'
ENV PATH="$PATH:$USER/.cargo/bin"

ADD . .
Expand Down

0 comments on commit 1d3d343

Please sign in to comment.