This commit is contained in:
Wolfgang
2023-03-31 07:14:25 +00:00
parent a7ef29bd5b
commit 9be53cbd96

View File

@@ -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 \