mirror of
https://github.com/wofferl/proxmox-backup-arm64
synced 2025-12-06 00:13:41 +00:00
pkg-config changed with bookworm
This commit is contained in:
1
.github/Dockerfile.crosscompile-arm64
vendored
1
.github/Dockerfile.crosscompile-arm64
vendored
@@ -12,6 +12,7 @@ RUN apt update && apt-get install -y --no-install-recommends \
|
||||
pkg-config libudev-dev:arm64 libssl-dev:arm64 libapt-pkg-dev:arm64 apt:amd64 \
|
||||
libclang-dev libpam0g-dev:arm64 \
|
||||
qemu-user-binfmt
|
||||
RUN grep -qi bookworm /etc/os-release && apt-get install -y pkg-config:arm64
|
||||
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
RUN source ~/.cargo/env && rustup target add aarch64-unknown-linux-gnu
|
||||
|
||||
Reference in New Issue
Block a user