We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc12e99 commit 1113d87Copy full SHA for 1113d87
1 file changed
Dockerfile.steamcmd
@@ -8,12 +8,27 @@ COPY --from=base /usr/bin/druid* /usr/bin/
8
COPY --from=base /entrypoint.sh /entrypoint.sh
9
10
RUN apt-get update && apt-get install -y \
11
+ bc \
12
+ binutils \
13
+ bsdmainutils \
14
+ bzip2 \
15
ca-certificates \
16
+ cpio \
17
curl \
18
+ distro-info \
19
+ file \
20
+ iproute2 \
21
jq \
22
+ lib32stdc++6 \
23
moreutils \
24
+ netcat-openbsd \
25
+ pigz \
26
+ python3 \
27
+ tmux \
28
unzip \
29
+ uuid-runtime \
30
wget \
31
+ xz-utils \
32
&& rm -rf /var/lib/apt/lists/*
33
34
RUN ARCH=$(uname -m) && \
0 commit comments