Update Dockerfile

This commit is contained in:
Steve Zabka
2021-12-07 15:00:34 +01:00
committed by GitHub
parent faa38e4b6f
commit bf02302e59

View File

@@ -5,7 +5,7 @@
# Author URI: https://cryinkfly.com # # Author URI: https://cryinkfly.com #
# License: MIT # # License: MIT #
# Copyright (c) 2020-2021 # # Copyright (c) 2020-2021 #
# Time/Date: 14:00/07.12.2021 # # Time/Date: 15:00/07.12.2021 #
# Version: 0.0.1 # # Version: 0.0.1 #
#################################################################################################### ####################################################################################################
@@ -27,5 +27,5 @@ MAINTAINER Steve Zabka <info@cryinkfly.de>
# Update the system. # Update the system.
RUN zypper up -y && \ RUN zypper up -y && \
zypper rr https://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_Leap_15.3/ wine && \ 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 | echo 'i' && \ zypper --non-interactive --quiet ar -cfp 95 https://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_Leap_15.3/ wine | echo 'i' && \
zypper install -y p7zip p7zip-full curl wget wine winetricks samba cabextract wget zenity zypper install -y p7zip p7zip-full curl wget wine winetricks samba cabextract wget zenity