removed double xvfb package

This commit is contained in:
Torsten Widmann
2022-09-18 10:23:29 +02:00
committed by GitHub
parent a310a8c01b
commit bde731de72

View File

@@ -17,7 +17,7 @@ RUN wget -nc https://dl.winehq.org/wine-builds/winehq.key \
&& wget -O- -q download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_11/Release.key | apt-key add - \
&& echo "deb http://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_11 ./" | tee /etc/apt/sources.list.d/wine-obs.list \
&& apt update \
&& apt install -y --install-recommends winehq-stable cabextract xvfb
&& apt install -y --install-recommends winehq-stable cabextract
# Set up Winetricks
RUN wget -q -O /usr/sbin/winetricks https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks \