commit c60583293a632b782e3840cd5af0a0083b64bfbd
parent 424430723b6f7d8f0bf691eb634bbe5c3dff1235
Author: Romano <romanornr@gmail.com>
Date: Fri, 11 Jan 2019 21:00:26 +0100
[Docker] fix gnupg2 and dirmngr
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/build-wine/docker/Dockerfile b/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 \
&& \