Add additional Repos for Wine (#25)
This commit is contained in:
@@ -14,6 +14,8 @@ RUN dpkg --add-architecture i386 \
|
|||||||
RUN wget -nc https://dl.winehq.org/wine-builds/winehq.key \
|
RUN wget -nc https://dl.winehq.org/wine-builds/winehq.key \
|
||||||
&& apt-key add winehq.key \
|
&& apt-key add winehq.key \
|
||||||
&& echo "deb https://dl.winehq.org/wine-builds/debian/ bullseye main" >> /etc/apt/sources.list \
|
&& echo "deb https://dl.winehq.org/wine-builds/debian/ bullseye main" >> /etc/apt/sources.list \
|
||||||
|
&& 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 update \
|
||||||
&& apt install -y --install-recommends winehq-stable cabextract xvfb
|
&& apt install -y --install-recommends winehq-stable cabextract xvfb
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user