Unverified Commit 474fa5f8 authored by Chris R's avatar Chris R Committed by GitHub
Browse files

Merge pull request #43 from s0undt3ch/hotfix/wine-key

The wine key has been updated on 2018-12-19, use the new one.
parents 3d5b0b15 1a699a45
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 \
+2 −2
Original line number Diff line number Diff line
@@ -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 \