Skip to content

Commit

Permalink
chore: install liblzma-dev for build-tool (#14678)
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc authored Feb 19, 2024
1 parent 0870ccc commit 4bc2c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build-tool/gnu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN dpkg --add-architecture arm64 && \
apt-get update -yq && \
apt-get install -yq libc6-arm64-cross libc6-dev-arm64-cross gcc-aarch64-linux-gnu g++-aarch64-linux-gnu && \
apt-get install -yq libdbus-1-dev libdbus-1-dev:arm64 && \
apt-get install -yq libssl-dev libssl-dev:arm64 zlib1g-dev zlib1g-dev:arm64
apt-get install -yq libssl-dev libssl-dev:arm64 zlib1g-dev zlib1g-dev:arm64 liblzma-dev liblzma-dev:arm64

ARG ARCH
RUN rustup target add ${ARCH}-unknown-linux-gnu
Expand Down

0 comments on commit 4bc2c77

Please sign in to comment.