From 8c6872c11c9e748510946de4fd51570926e0d639 Mon Sep 17 00:00:00 2001 From: Wietse Wind Date: Mon, 9 Oct 2023 01:01:22 +0200 Subject: [PATCH] Custom node source location (proxy) for IPv6 networks --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3c33c8f..afe8aab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apk add --no-cache --virtual .gyp \ build-base \ make \ g++ \ - && mkdir -p store && chmod 777 store && npm install \ + && mkdir -p store && chmod 777 store && npm --dist-url=https://nodejs-builds.xahau.tech/download/release install \ && apk del .gyp COPY . .