Skip to content

Commit

Permalink
Install old c++ lib for steam stuff
Browse files Browse the repository at this point in the history
[tester]
[skip]
  • Loading branch information
LordRalex committed Mar 20, 2023
1 parent d98831e commit a1c1c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-templatetester
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E03280
curl -fsSL https://deb.nodesource.com/setup_18.x | bash -

RUN apt update && \
apt install -y nodejs lib32gcc1 mono-complete && \
apt install -y nodejs lib32gcc1 libstdc++6 mono-complete && \
apt-get clean

RUN useradd pufferpanel && \
Expand Down

0 comments on commit a1c1c40

Please sign in to comment.