From 4d1bc7c868eda6dd4dc357c9d49399ca27146287 Mon Sep 17 00:00:00 2001 From: "DESKTOP-D454JC1\\Makaren0" Date: Thu, 19 Jan 2023 17:09:15 +0100 Subject: [PATCH] updated --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a9a159d..ad7c895 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ LABEL author="Makaren0" maintainer="Makaffe@hotmail.com" RUN apt update \ && apt upgrade -y \ && apt install -y unzip lib32gcc1 lib32stdc++6 unzip curl iproute2 tzdata libgdiplus \ - && curl -sL https://deb.nodesource.com/setup_6.x | bash - \ + && wget -qO- https://deb.nodesource.com/setup_6.x | bash - \ && apt install -y nodejs npm \ && mkdir /node_modules \ && npm install --prefix / ws \