fix: Multiarch Docker build
(cherry picked from commit cc0d642215)
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2570>
This commit is contained in:
parent
0b0947004d
commit
d2f7d45a0d
2 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue