From fca03c292ebe12e457a8882809b63760f79845f0 Mon Sep 17 00:00:00 2001 From: "DESKTOP-D454JC1\\Makaren0" Date: Thu, 19 Jan 2023 18:26:58 +0100 Subject: [PATCH] hotfix --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e326f39..e4a5073 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,6 @@ LABEL author="Makaren0" maintainer="Makaffe@hotmail.com" RUN apt update \ && apt upgrade -y \ && dpkg --add-architecture i386; apt update -y; apt install -y curl wget file tar bzip2 gzip unzip bsdmainutils python3 util-linux ca-certificates binutils bc jq tmux netcat lib32gcc-s1 lib32stdc++6 lib32z1\ - && curl -sL https://deb.nodesource.com/setup_16.x | bash - \ && apt install -y nodejs npm \ && mkdir /node_modules \ && npm install --prefix / ws \