From 4b391c448dadb33b01505b7356108a02cf0a80d4 Mon Sep 17 00:00:00 2001 From: Paul Buxton Date: Sun, 22 Sep 2019 13:32:55 +0100 Subject: AppImage: Fix missing libssl1.1 Add ssl to the AppImage build. Add helper script to fetch required dependancies. Update docker build container used. Signed-off-by: Paul Buxton Signed-off-by: Dirk Hohndel --- scripts/docker/trusty-qt512/Dockerfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'scripts/docker/trusty-qt512/Dockerfile') diff --git a/scripts/docker/trusty-qt512/Dockerfile b/scripts/docker/trusty-qt512/Dockerfile index f116bbb20..0c1914a03 100644 --- a/scripts/docker/trusty-qt512/Dockerfile +++ b/scripts/docker/trusty-qt512/Dockerfile @@ -59,6 +59,11 @@ RUN mkdir dbus-1.12.16/build && \ make install && \ ldconfig +ADD OpenSSL_1_1_1.tar.gz . +RUN cd /openssl-OpenSSL_1_1_1 && \ + ./config --prefix=/usr/local/ssl --openssldir=/usr/local/ssl shared zlib && \ + make && mkdir -p /ssllibs && cp *.so /ssllibs && cd / && rm -rf openssl-OpenSSL_1_1_1 + # try to remove some of the packages we no longer need RUN apt-get remove -y libqt5core5a libqt5dbus5 libqt5gui5 ruby openssh-client @@ -68,4 +73,4 @@ RUN git clone git://github.com/Subsurface-divelog/subsurface RUN bash -e -x ./subsurface/scripts/build.sh -desktop -create-appdir -build-with-webkit # remove the source, but keep the install-root -RUN rm -rf subsurface libgit2 googlemaps grantlee +RUN rm -rf subsurface libgit2 googlemaps grantlee \ No newline at end of file -- cgit v1.2.3-70-g09d2