Skip to content

Commit

Permalink
Install NPM?
Browse files Browse the repository at this point in the history
  • Loading branch information
BippyMiester committed Jul 31, 2024
1 parent f905f4c commit 753a4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games/carbon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN dpkg --add-architecture i386
RUN apt update
RUN apt upgrade -y
RUN apt install -y lib32gcc-s1 lib32stdc++6 unzip curl iproute2 tzdata ca-certificates gnupg libgdiplus libsdl2-2.0-0:i386
RUN apt install -y lib32gcc-s1 lib32stdc++6 unzip curl iproute2 tzdata ca-certificates gnupg npm libgdiplus libsdl2-2.0-0:i386
RUN mkdir /node_modules
RUN npm install --prefix / ws
RUN useradd -d /home/container -m container
Expand Down

0 comments on commit 753a4d8

Please sign in to comment.