Browse Source

[Docker] fix gnupg2 and dirmngr

3.3.3.1
Romano 6 years ago
committed by Johann Bauer
parent
commit
c60583293a
  1. 4
      contrib/build-wine/docker/Dockerfile

4
contrib/build-wine/docker/Dockerfile

@ -6,8 +6,8 @@ RUN dpkg --add-architecture i386 && \
apt-get update -q && \
apt-get install -qy \
wget=1.19.4-1ubuntu2.1 \
gnupg2=2.2.4-1ubuntu1.1 \
dirmngr=2.2.4-1ubuntu1.1 \
gnupg2=2.2.4-1ubuntu1.2 \
dirmngr=2.2.4-1ubuntu1.2 \
python3-software-properties=0.96.24.32.1 \
software-properties-common=0.96.24.32.1 \
&& \

Loading…
Cancel
Save