From 8b1be5f194252463371d0b8d4879301e141285a9 Mon Sep 17 00:00:00 2001 From: Torsten Widmann Date: Mon, 16 Jan 2023 17:15:12 +0100 Subject: [PATCH] add libsdl2-2.0-0 to prevent errors --- wine/latest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wine/latest/Dockerfile b/wine/latest/Dockerfile index 39f98ad..3f785be 100644 --- a/wine/latest/Dockerfile +++ b/wine/latest/Dockerfile @@ -8,7 +8,7 @@ LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" ## install required packages RUN dpkg --add-architecture i386 \ && apt update -y \ - && apt install -y --no-install-recommends gnupg2 tzdata software-properties-common libntlm0 winbind xvfb xauth python3 libncurses5:i386 libncurses6:i386 + && apt install -y --no-install-recommends gnupg2 tzdata software-properties-common libntlm0 winbind xvfb xauth python3 libncurses5:i386 libncurses6:i386add libsdl2-2.0-0 libsdl2-2.0-0:i386 # Install winehq-stable and with recommends RUN wget -nc https://dl.winehq.org/wine-builds/winehq.key \