mirror of
https://github.com/wofferl/proxmox-backup-arm64
synced 2025-12-28 14:13:35 +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
|
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 \
|
RUN apt update && apt-get install -y --no-install-recommends \
|
||||||
build-essential curl ca-certificates sudo git lintian \
|
build-essential curl ca-certificates sudo git lintian \
|
||||||
|
|||||||
Reference in New Issue
Block a user