Skip to content

Commit fc12e99

Browse files
authored
fix: add steamcmd runtime tools (#80)
1 parent 2038b38 commit fc12e99

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile.steamcmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ COPY --from=base /entrypoint.sh /entrypoint.sh
99

1010
RUN apt-get update && apt-get install -y \
1111
ca-certificates \
12+
curl \
1213
jq \
1314
moreutils \
15+
unzip \
1416
wget \
1517
&& rm -rf /var/lib/apt/lists/*
1618

0 commit comments

Comments
 (0)