Skip to content

Commit

Permalink
pin node
Browse files Browse the repository at this point in the history
  • Loading branch information
SturdyStubs committed Mar 29, 2024
1 parent 61d1fd5 commit 56fd182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions games/carbon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN dpkg --add-architecture i386 \
&& apt update \
&& apt upgrade -y \
&& echo "Pin: origin deb.nodesource.com" | tee -a /etc/apt/preferences.d/nodejs > /dev/null
&& echo "Pin-Priority: 600" | tee -a /etc/apt/preferences.d/nodejs > /dev/null
&& echo "Pin: origin deb.nodesource.com" | tee -a /etc/apt/preferences.d/nodejs > /dev/null \
&& echo "Pin-Priority: 600" | tee -a /etc/apt/preferences.d/nodejs > /dev/null \
&& apt install -y lib32gcc-s1 lib32stdc++6 unzip curl iproute2 tzdata libgdiplus libsdl2-2.0-0:i386 \
&& curl -sL https://deb.nodesource.com/setup_20.x | bash - \
&& apt install -y nodejs \
Expand Down

0 comments on commit 56fd182

Please sign in to comment.