Loading win32/py3/Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -11,8 +11,8 @@ RUN set -x \ && dpkg --add-architecture i386 \ && apt-get update -qy \ && apt-get install --no-install-recommends -qfy apt-transport-https software-properties-common wget \ && wget -nv https://dl.winehq.org/wine-builds/Release.key \ && apt-key add Release.key \ && wget -nv https://dl.winehq.org/wine-builds/winehq.key \ && apt-key add winehq.key \ && add-apt-repository 'https://dl.winehq.org/wine-builds/ubuntu/' \ && apt-get update -qy \ && apt-get install --no-install-recommends -qfy $WINE_VERSION winbind cabextract \ Loading win64/py3/Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -11,8 +11,8 @@ RUN set -x \ && dpkg --add-architecture i386 \ && apt-get update -qy \ && apt-get install --no-install-recommends -qfy apt-transport-https software-properties-common wget \ && wget -nv https://dl.winehq.org/wine-builds/Release.key \ && apt-key add Release.key \ && wget -nv https://dl.winehq.org/wine-builds/winehq.key \ && apt-key add winehq.key \ && add-apt-repository 'https://dl.winehq.org/wine-builds/ubuntu/' \ && apt-get update -qy \ && apt-get install --no-install-recommends -qfy $WINE_VERSION winbind cabextract \ Loading Loading
win32/py3/Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -11,8 +11,8 @@ RUN set -x \ && dpkg --add-architecture i386 \ && apt-get update -qy \ && apt-get install --no-install-recommends -qfy apt-transport-https software-properties-common wget \ && wget -nv https://dl.winehq.org/wine-builds/Release.key \ && apt-key add Release.key \ && wget -nv https://dl.winehq.org/wine-builds/winehq.key \ && apt-key add winehq.key \ && add-apt-repository 'https://dl.winehq.org/wine-builds/ubuntu/' \ && apt-get update -qy \ && apt-get install --no-install-recommends -qfy $WINE_VERSION winbind cabextract \ Loading
win64/py3/Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -11,8 +11,8 @@ RUN set -x \ && dpkg --add-architecture i386 \ && apt-get update -qy \ && apt-get install --no-install-recommends -qfy apt-transport-https software-properties-common wget \ && wget -nv https://dl.winehq.org/wine-builds/Release.key \ && apt-key add Release.key \ && wget -nv https://dl.winehq.org/wine-builds/winehq.key \ && apt-key add winehq.key \ && add-apt-repository 'https://dl.winehq.org/wine-builds/ubuntu/' \ && apt-get update -qy \ && apt-get install --no-install-recommends -qfy $WINE_VERSION winbind cabextract \ Loading