Update Dockerfile

This commit is contained in:
Steve Zabka
2021-12-07 14:10:44 +01:00
committed by GitHub
parent fdc2e71def
commit d5e556ce33

View File

@@ -5,7 +5,7 @@
# Author URI: https://cryinkfly.com #
# License: MIT #
# Copyright (c) 2020-2021 #
# Time/Date: 12:45/07.12.2021 #
# Time/Date: 14:00/07.12.2021 #
# Version: 0.0.1 #
####################################################################################################
@@ -25,10 +25,10 @@ FROM opensuse/leap:15.3
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 && /
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