Skip to content

Commit

Permalink
fix(build): Install libzip-dev:arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Sep 19, 2024
1 parent 793237b commit b124a63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.chef
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ RUN dpkg --add-architecture arm64 \
g++-aarch64-linux-gnu \
libc6-dev-arm64-cross \
libssl-dev:arm64 \
libzip-dev:arm64 \
ca-certificates \
&& rustup target add aarch64-unknown-linux-gnu \
&& rustup toolchain install stable-aarch64-unknown-linux-gnu \
Expand Down

0 comments on commit b124a63

Please sign in to comment.