From 5fbc3e53c6582d695cc668c203bc836c4888c9bf Mon Sep 17 00:00:00 2001 From: sovrgn <boyan.tsolov@vereign.com> Date: Mon, 8 Apr 2024 16:36:33 +0300 Subject: [PATCH] test: apk search --- apps/dashboard/deployment/ci-cd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/deployment/ci-cd/Dockerfile b/apps/dashboard/deployment/ci-cd/Dockerfile index 9099de1f..827664a9 100644 --- a/apps/dashboard/deployment/ci-cd/Dockerfile +++ b/apps/dashboard/deployment/ci-cd/Dockerfile @@ -1,5 +1,5 @@ FROM nginx:1-alpine -RUN apk add nodejs=18.19.1 npm python3 git make alpine-sdk wget unzip +RUN apk update && apk search --no-cache nodejs-current --repository="http://dl-cdn.alpinelinux.org/alpine/edge/community" && apk add --no-cache nodejs-current npm python3 git make alpine-sdk wget unzip RUN npm i -g yarn -- GitLab