This commit is contained in:
Dedy Martadinata Supriyadi 2022-02-11 22:23:40 +07:00
parent 4a4bed59f3
commit b1f28efc34
2 changed files with 3 additions and 3 deletions

@ -18,10 +18,10 @@ build-deemix:
#image: node:16
stage: build-deemix
script:
#- apt update && apt install -y --no-install-recommends zip
- apt update && apt install -y --no-install-recommends zip git curl
# Can replace with SHA-COMMIT
- export DATE=$(date +%Y%m%d)
- apk add --no-cache zip git curl
#- apk add --no-cache zip git curl
- git clone --depth=1 https://gitlab.com/RemixDev/deemix-gui.git --recursive
- cd deemix-gui
- yarn config set network-timeout 1000000 -g

@ -2,7 +2,7 @@ FROM node:16
ARG PACKAGE_REGISTRY_URL
ARG TARGETARCH
ARG JOB_TOKEN
RUN apk add --no-cache curl git && echo $TARGETARCH
RUN apt update && apt install -y --no-install-recommends curl git && echo $TARGETARCH
COPY deemix-gui deemix-gui
WORKDIR deemix-gui/
# Only install pkg