Browse Source
appimage: update libssl-dev libssl1.0.0 openssl libsqlite3-dev (#7798)
patch-4
gruve-p
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
4 deletions
-
contrib/build-linux/appimage/Dockerfile
|
|
@ -16,16 +16,16 @@ 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.15 \ |
|
|
|
libssl1.1=1.1.1-1ubuntu2.1~18.04.15 \ |
|
|
|
openssl=1.1.1-1ubuntu2.1~18.04.15 \ |
|
|
|
libssl-dev=1.1.1-1ubuntu2.1~18.04.17 \ |
|
|
|
libssl1.1=1.1.1-1ubuntu2.1~18.04.17 \ |
|
|
|
openssl=1.1.1-1ubuntu2.1~18.04.17 \ |
|
|
|
zlib1g-dev=1:1.2.11.dfsg-0ubuntu2 \ |
|
|
|
libffi-dev=3.2.1-8 \ |
|
|
|
libncurses5-dev=6.1-1ubuntu1.18.04 \ |
|
|
|
libncurses5=6.1-1ubuntu1.18.04 \ |
|
|
|
libtinfo-dev=6.1-1ubuntu1.18.04 \ |
|
|
|
libtinfo5=6.1-1ubuntu1.18.04 \ |
|
|
|
libsqlite3-dev=3.22.0-1ubuntu0.4 \ |
|
|
|
libsqlite3-dev=3.22.0-1ubuntu0.5 \ |
|
|
|
libusb-1.0-0-dev=2:1.0.21-2 \ |
|
|
|
libudev-dev=237-3ubuntu10.53 \ |
|
|
|
libudev1=237-3ubuntu10.53 \ |
|
|
|