Skip to content

Commit

Permalink
fix(gmod): install curl
Browse files Browse the repository at this point in the history
Requires for uploading SteamCMD crashdumps
  • Loading branch information
P4sca1 authored Aug 24, 2024
1 parent 693cd1c commit d9353e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gmod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
&& useradd -m -d /home/ips-hosting -u 1000 -g 1000 ips-hosting \
&& dpkg --add-architecture 'i386' \
&& apt-get update \
&& apt-get install -y lib32stdc++6 lib32gcc-s1 libtinfo5 libtinfo5:i386 gdb wget tar rsync tzdata libsdl2-dev \
&& apt-get install -y lib32stdc++6 lib32gcc-s1 libtinfo5 libtinfo5:i386 curl gdb wget tar rsync tzdata libsdl2-dev \
&& apt-get clean \
&& rm -rf /var/lib/apt/* /tmp/* /var/tmp/*

Expand Down

0 comments on commit d9353e4

Please sign in to comment.