Skip to content

Commit 1113d87

Browse files
authored
fix: add lgsm steamcmd dependencies (#81)
1 parent fc12e99 commit 1113d87

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Dockerfile.steamcmd

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,27 @@ COPY --from=base /usr/bin/druid* /usr/bin/
88
COPY --from=base /entrypoint.sh /entrypoint.sh
99

1010
RUN apt-get update && apt-get install -y \
11+
bc \
12+
binutils \
13+
bsdmainutils \
14+
bzip2 \
1115
ca-certificates \
16+
cpio \
1217
curl \
18+
distro-info \
19+
file \
20+
iproute2 \
1321
jq \
22+
lib32stdc++6 \
1423
moreutils \
24+
netcat-openbsd \
25+
pigz \
26+
python3 \
27+
tmux \
1528
unzip \
29+
uuid-runtime \
1630
wget \
31+
xz-utils \
1732
&& rm -rf /var/lib/apt/lists/*
1833

1934
RUN ARCH=$(uname -m) && \

0 commit comments

Comments
 (0)