Skip to content

Commit b87c3da

Browse files
committed
changed part 3
1 parent 6ca56f0 commit b87c3da

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

  • kubernetes/dedicated-servers/darkMessiah

kubernetes/dedicated-servers/darkMessiah/DockerFile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ USER steam
1616
WORKDIR /home/steam
1717

1818
# 3. Instala SteamCMD
19-
RUN mkdir steamcmd \
19+
RUN mkdir -p steamcmd \
2020
&& cd steamcmd \
21-
&& wget -qO- https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz \
22-
| tar zxvf - \
21+
&& wget -q https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz \
22+
-O steamcmd_linux.tar.gz \
23+
&& tar -xzf steamcmd_linux.tar.gz \
24+
&& rm steamcmd_linux.tar.gz \
2325
&& cd ..
24-
2526
# 4. Descarga el servidor dedicado (Windows) vía SteamCMD
2627
RUN ./steamcmd/steamcmd.sh +login anonymous \
2728
+force_install_dir /home/steam/dm_srv \

0 commit comments

Comments
 (0)