WIP: Test if this fixes the multiarch docker builds

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2560>
environments/review-docs-renov-dx7eod/deployments/18348
Georg Krause 2023-08-28 15:13:09 +02:00 zatwierdzone przez Marge
rodzic 494fda0331
commit cc0d642215
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -15,6 +15,7 @@ FROM alpine:3.17 as builder
ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1
ARG PIP_NO_CACHE_DIR=1
ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
RUN set -eux; \
apk add --no-cache \

Wyświetl plik

@ -0,0 +1 @@
Fix multiarch docker builds #2211