From 896d90fbb58eeca960e6a1c303a4020ffce4b024 Mon Sep 17 00:00:00 2001 From: Muhammad Sulaiman Yusuf Date: Wed, 16 Nov 2022 20:46:57 +0700 Subject: [PATCH] fix docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6fa0b29..ae62a63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app COPY package*.json ./ -RUN apk add --no-cache --virtual git make python2 python3 py3-pip g++ +RUN apk add --no-cache git make python2 python3 py3-pip g++ RUN npm i -g npm@9.1.1