Skip to content

Commit

Permalink
fix: #79 (#80)
Browse files Browse the repository at this point in the history
Signed-off-by: KWON TAE HEON <[email protected]>
  • Loading branch information
PCloud63514 authored Jun 5, 2024
1 parent dd8c040 commit 983853e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker/zomboid-dedicated-server.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#######################################################################

# Base Image
ARG BASE_IMAGE="docker.io/renegademaster/steamcmd-minimal:1.1.2"
ARG BASE_IMAGE="docker.io/renegademaster/steamcmd-minimal:2.0.0-root"

FROM ${BASE_IMAGE}

Expand All @@ -36,7 +36,9 @@ LABEL com.renegademaster.zomboid-dedicated-server.authors="Renegade-Master" \
COPY src /home/steam/

# Install Python, and take ownership of rcon binary
RUN apt-get update && apt-get install -y --no-install-recommends \
RUN sed -i 's|http://[^ ]*|http://old-releases.ubuntu.com/ubuntu|g' /etc/apt/sources.list \
&& apt-get update && apt-get upgrade -y \
&& apt-get install -y --no-install-recommends \
python3-minimal iputils-ping tzdata \
&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 983853e

Please sign in to comment.