Skip to content

Commit

Permalink
Update Dockerfile (#62)
Browse files Browse the repository at this point in the history
Add tar to dependencies as an attempt at mitigation for the `invalid magic` bug.
  • Loading branch information
after-ephemera authored Mar 25, 2023
1 parent ab231ea commit cb3e1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV deny_version="0.13.5"

RUN set -eux; \
apk update; \
apk add bash curl git; \
apk add bash curl git tar; \
curl --silent -L https://github.com/EmbarkStudios/cargo-deny/releases/download/$deny_version/cargo-deny-$deny_version-x86_64-unknown-linux-musl.tar.gz | tar -xzv -C /usr/bin --strip-components=1;

# Ensure rustup is up to date.
Expand Down

0 comments on commit cb3e1ef

Please sign in to comment.