Update Dockerfile

This commit is contained in:
Steve Zabka
2021-12-07 14:28:50 +01:00
committed by GitHub
parent d5e556ce33
commit 379f7ec2a7

View File

@@ -27,8 +27,5 @@ MAINTAINER Steve Zabka <info@cryinkfly.de>
# Update the system.
RUN zypper up -y && \
zypper rr https://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_Leap_15.3/ wine && \
zypper ar -cfp 95 https://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_Leap_15.3/ wine && \
zypper install -y p7zip p7zip-full curl wget wine samba cabextract wget zenity && \
wget -N https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks && \
chmod +x winetricks && \
cp winetricks /usr/local/bin
zypper ar -cfp 95 https://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_Leap_15.3/ wine | echo 'a' && \
zypper install -y p7zip p7zip-full curl wget wine winetricks samba cabextract wget zenity