Browse Source

Merge pull request #7885 from gruve-p/patch-2

Update windows and appimage
patch-4
ghost43 3 years ago
committed by GitHub
parent
commit
45a6290987
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      contrib/build-linux/appimage/Dockerfile
  2. 4
      contrib/build-wine/Dockerfile

6
contrib/build-linux/appimage/Dockerfile

@ -16,9 +16,9 @@ RUN apt-get update -q && \
libtool=2.4.6-2 \
autopoint=0.19.8.1-6ubuntu0.3 \
xz-utils=5.2.2-1.3 \
libssl-dev=1.1.1-1ubuntu2.1~18.04.19 \
libssl1.1=1.1.1-1ubuntu2.1~18.04.19 \
openssl=1.1.1-1ubuntu2.1~18.04.19 \
libssl-dev=1.1.1-1ubuntu2.1~18.04.20 \
libssl1.1=1.1.1-1ubuntu2.1~18.04.20 \
openssl=1.1.1-1ubuntu2.1~18.04.20 \
zlib1g-dev=1:1.2.11.dfsg-0ubuntu2 \
libffi-dev=3.2.1-8 \
libncurses5-dev=6.1-1ubuntu1.18.04 \

4
contrib/build-wine/Dockerfile

@ -7,8 +7,8 @@ RUN dpkg --add-architecture i386 && \
apt-get update -q && \
apt-get install -qy \
wget=1.20.3-1ubuntu1 \
gnupg2=2.2.19-3ubuntu2.1 \
dirmngr=2.2.19-3ubuntu2.1 \
gnupg2=2.2.19-3ubuntu2.2 \
dirmngr=2.2.19-3ubuntu2.2 \
python3-software-properties=0.98.9.2 \
software-properties-common=0.98.9.2 \
&& \

Loading…
Cancel
Save