Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRalex authored May 6, 2024
1 parent cb0df9e commit 4c08baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions steamcmd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM steamcmd/steamcmd
FROM steamcmd/steamcmd:ubuntu-20

ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update && \
apt-get install -y libtinfo5:i386 libncurses5:i386 libcurl3-gnutls:i386 zip unzip curl wget && \
apt-get clean && \
rm -rf /var/cache/apt/archives
rm -rf /var/cache/apt/archives

0 comments on commit 4c08baf

Please sign in to comment.