We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2038b38 commit fc12e99Copy full SHA for fc12e99
1 file changed
Dockerfile.steamcmd
@@ -9,8 +9,10 @@ COPY --from=base /entrypoint.sh /entrypoint.sh
9
10
RUN apt-get update && apt-get install -y \
11
ca-certificates \
12
+ curl \
13
jq \
14
moreutils \
15
+ unzip \
16
wget \
17
&& rm -rf /var/lib/apt/lists/*
18
0 commit comments