debug build TARGETPLATFORM

This commit is contained in:
youegraillot 2023-09-13 19:55:24 +02:00
parent 667d03ac4a
commit e929cfe75c
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ FROM docker.io/library/node:16-alpine as deemix
ARG TARGETPLATFORM=linux/amd64 ARG TARGETPLATFORM=linux/amd64
RUN echo "Building for TARGETPLATFORM=$TARGETPLATFORM"
RUN apk add --no-cache git jq python3 make gcc musl-dev g++ && \ RUN apk add --no-cache git jq python3 make gcc musl-dev g++ && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
RUN git clone --recurse-submodules https://gitlab.com/RemixDev/deemix-gui.git RUN git clone --recurse-submodules https://gitlab.com/RemixDev/deemix-gui.git