mirror of
https://github.com/wofferl/proxmox-backup-arm64
synced 2025-12-06 00:13:41 +00:00
add workaround for memory bug (https://github.com/rust-lang/cargo/issues/10583)
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
FROM debian:bullseye-slim as builder-stage
|
||||
# workaround for memory bug https://github.com/rust-lang/cargo/issues/10583
|
||||
ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
|
||||
|
||||
RUN apt update && apt-get install -y --no-install-recommends \
|
||||
build-essential curl ca-certificates sudo git lintian \
|
||||
|
||||
Reference in New Issue
Block a user