Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit 7a6344c

Browse files
kyoto44timche
andauthored
base: fix steamclient.so (#22)
* docker: add lib32z1 to base * base: fix steamclient.so * Update pug-practice/Dockerfile Co-authored-by: Tim Cheung <[email protected]>
1 parent 3924e38 commit 7a6344c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

base/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ RUN mkdir /home/csgo/Steam && \
2020
WORKDIR /home/csgo/Steam
2121

2222
RUN wget -qO- https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz | tar zxf - \
23-
&& /home/csgo/Steam/steamcmd.sh +quit
23+
&& /home/csgo/Steam/steamcmd.sh +quit \
24+
&& mkdir -p /home/csgo/.steam/sdk32 \
25+
&& ln -s /home/csgo/Steam/linux32/steamclient.so /home/csgo/.steam/sdk32/steamclient.so
2426

2527
WORKDIR /home/csgo
2628

0 commit comments

Comments
 (0)