Skip to content

Commit

Permalink
Use latest wine with new ds arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiicall committed Nov 16, 2024
1 parent e5cd6e6 commit 9401431
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:jammy
LABEL org.opencontainers.image.authors="[email protected]" version="1.1"
LABEL org.opencontainers.image.authors="[email protected]" version="2.0"

# Add new user

Expand All @@ -18,7 +18,7 @@ RUN dpkg --add-architecture i386 && \
cat /home/r5reloaded/server/winehq.key | apt-key add - && \
apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ jammy main' && \
apt update -y && \
apt install winehq-stable=8.0.2~jammy-1 wine-stable=8.0.2~jammy-1 wine-stable-amd64=8.0.2~jammy-1 wine-stable-i386=8.0.2~jammy-1 -y && \
apt install winehq-stable wine-stable wine-stable-amd64 wine-stable-i386 -y && \
apt purge software-properties-common gnupg -y && \
apt autoremove -y && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/* /home/r5reloaded/server/winehq.key
Expand All @@ -45,5 +45,5 @@ ENV ARGS="" \
HOME=/home/r5reloaded \
PORT=37000

ENTRYPOINT wine r5apex_ds.exe -port ${PORT} +launchplaylist "${PLAYLIST}" +hostname "${NAME}" ${ARGS}
ENTRYPOINT wine r5apex_ds.exe -noconsole -port ${PORT} +launchplaylist "${PLAYLIST}" +hostname "${NAME}" ${ARGS}

0 comments on commit 9401431

Please sign in to comment.