Browse Source

docker-wine: update package versions

the previous version is no longer available. hopefully these versions are "lts"
ref: 6899ca2527
3.3.3.1
SomberNight 6 years ago
parent
commit
86733279f6
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 3
      contrib/build-wine/docker/Dockerfile

3
contrib/build-wine/docker/Dockerfile

@ -8,7 +8,8 @@ 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.4 \
python3-software-properties=0.96.24.32.1 \
software-properties-common=0.96.24.32.1 \
&& \
wget -nc https://dl.winehq.org/wine-builds/Release.key && \
apt-key add Release.key && \

Loading…
Cancel
Save