Browse Source

docker-wine: update a package version

the previous version is no longer available. this suggests that it's difficult to reproduce old builds.
not sure about long term solution.
3.2.x
SomberNight 7 years ago
parent
commit
6899ca2527
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 2
      contrib/build-wine/docker/Dockerfile

2
contrib/build-wine/docker/Dockerfile

@ -8,7 +8,7 @@ RUN dpkg --add-architecture i386 && \
wget=1.19.4-1ubuntu2.1 \
gnupg2=2.2.4-1ubuntu1.1 \
dirmngr=2.2.4-1ubuntu1.1 \
software-properties-common=0.96.24.32.3 \
software-properties-common=0.96.24.32.4 \
&& \
wget -nc https://dl.winehq.org/wine-builds/Release.key && \
apt-key add Release.key && \

Loading…
Cancel
Save