Skip to content

Commit

Permalink
Fix docker file (rust-lang#2352)
Browse files Browse the repository at this point in the history
Fix small issue introduced by rust-lang#2311
  • Loading branch information
celinval authored Apr 6, 2023
1 parent 4ec0c02 commit db516bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/Dockerfile.bundle-release-20-04
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ RUN apt-get update && \
rustup default $(rustup toolchain list | awk '{ print $1 }') && \
cargo install --path ./kani-verifier && \
cargo-kani setup --use-local-bundle ./kani-latest-x86_64-unknown-linux-gnu.tar.gz && \
apt-get clean
apt-get clean && \
rm -rf /tmp/kani/* /root/.rustup/toolchains/*/share

0 comments on commit db516bc

Please sign in to comment.