Skip to content

Commit

Permalink
Correct RCON Library dependency;
Browse files Browse the repository at this point in the history
  • Loading branch information
Renegade-Master committed Feb 26, 2024
1 parent 37a10e6 commit f1b0ee7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion image/zomboid-server.Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ FROM ${DOWNLOAD_IMAGE} AS downloader

RUN dnf install --verbose --assumeyes --installroot=/app/dnf/ \
--disablerepo fedora-cisco-openh264 \
glibc.i686 libstdc++.i686 libcurl-minimal.i686 libstdc++.x86_64 musl-libc.x86_64
glibc.i686 libstdc++.i686 libcurl-minimal.i686 libstdc++.x86_64

RUN rm -rf /app/dnf/usr/sbin/* /app/dnf/var/cache/* /app/dnf/usr/share/* /app/dnf/usr/lib64/python*

Expand Down Expand Up @@ -123,6 +123,7 @@ COPY --from=builder /app/out/ /app/

# Copy server utilities
COPY --from="docker.io/outdead/rcon:0.10.2" /rcon /usr/local/bin/rcon
COPY --from="docker.io/outdead/rcon:0.10.2" /lib/ld-musl-x86_64.so.1 /lib/ld-musl-x86_64.so.1

# Copy SteamCMD configuration script
COPY static/install_server.scmd /app/
Expand Down

0 comments on commit f1b0ee7

Please sign in to comment.