Unverified Commit 1a699a45 authored by Pedro Algarvio's avatar Pedro Algarvio
Browse files

The wine key has been updated on 2018-12-19, use the new one.

parent 3d5b0b15
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 \