From b1f28efc3404b9149c368212d99e732d0d1dea22 Mon Sep 17 00:00:00 2001 From: Dedy Martadinata Supriyadi Date: Fri, 11 Feb 2022 22:23:40 +0700 Subject: [PATCH] test --- .gitlab-ci.yml | 4 ++-- Dockerfile.binary | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc5cde4..c532037 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/Dockerfile.binary b/Dockerfile.binary index 50d3819..1d21fbd 100644 --- a/Dockerfile.binary +++ b/Dockerfile.binary @@ -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