From 2dcf0a5058c15c3d5aee07dd605823fce7494720 Mon Sep 17 00:00:00 2001 From: QuintenQVD0 Date: Thu, 18 Jul 2024 16:13:03 +0200 Subject: [PATCH] node 16 does not work --- games/rust/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/rust/Dockerfile b/games/rust/Dockerfile index 87628ac04..8f15aaad6 100644 --- a/games/rust/Dockerfile +++ b/games/rust/Dockerfile @@ -6,7 +6,7 @@ RUN dpkg --add-architecture i386 \ && apt update \ && apt upgrade -y \ && apt install -y lib32gcc-s1 lib32stdc++6 unzip curl iproute2 tzdata libgdiplus libsdl2-2.0-0:i386 \ - && curl -sL https://deb.nodesource.com/setup_16.x | bash - \ + && curl -sL https://deb.nodesource.com/setup_14.x | bash - \ && apt install -y nodejs \ && mkdir /node_modules \ && npm install --prefix / ws \