Skip to content

Commit

Permalink
Merge pull request #189 from TonyMacDonald1995/master
Browse files Browse the repository at this point in the history
Space Engineers Support
  • Loading branch information
MitchTalmadge authored Feb 14, 2024
2 parents 24fb272 + 9b24589 commit 20abeb2
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,10 @@ ARG SRCDSDEPS="\

# Needed for games that require Wine and Xvfb
ARG WINEXVFB="\
fonts-wine \
libwine \
libwine:i386 \
python3 \
python3-venv \
cabextract \
wine \
wine32 \
wine64 \
wine-binfmt \
winehq-stable \
winbind \
xauth \
xvfb"
Expand All @@ -136,6 +130,9 @@ RUN if [ "$TARGETPLATFORM" = "linux/arm64" ]; then \
$AMPDEPS; \
else \
dpkg --add-architecture i386 && \
mkdir -pm 755 /etc/apt/keyrings && \
wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key && \
wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.sources && \
apt-get update && \
apt-get install -y \
$AMPDEPS \
Expand Down

0 comments on commit 20abeb2

Please sign in to comment.