Skip to content

Commit

Permalink
Merge pull request #255 from pelican-eggs/fix-rust
Browse files Browse the repository at this point in the history
rust: node 16 does not work
  • Loading branch information
parkervcp authored Jul 23, 2024
2 parents 4b1c304 + 2dcf0a5 commit 7b185c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games/rust/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 7b185c1

Please sign in to comment.