From 79a7cea71a3eb042adb8ebbdffdfe50fb542387f Mon Sep 17 00:00:00 2001 From: agreiner Date: Wed, 30 Mar 2022 19:27:18 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EDockerfile=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 391d179..e7cb657 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM node:14 WORKDIR /usr/src/app COPY package*.json ./ +RUN apk --no-cache add --virtual builds-deps build-base python3 RUN npm ci --loglevel verbose --node_sqlite3_binary_host_mirror=https://greiner.live/binaries COPY ../../. . EXPOSE 3000