summaryrefslogtreecommitdiffstats
path: root/scripts/linux-trusty-qt512/before_install.sh
diff options
context:
space:
mode:
authorGravatar Paul Buxton <paubuxton.mail@googlemail.com>2019-09-22 13:32:55 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-09-23 13:38:57 -0700
commit4b391c448dadb33b01505b7356108a02cf0a80d4 (patch)
tree06d9280cb95eb302a10585dbc1fa9c2a0421bc10 /scripts/linux-trusty-qt512/before_install.sh
parentb2230855e61c99d5d0b8de672a3e366688beaa30 (diff)
downloadsubsurface-4b391c448dadb33b01505b7356108a02cf0a80d4.tar.gz
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 <paubuxton.mail@googlemail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/linux-trusty-qt512/before_install.sh')
-rw-r--r--scripts/linux-trusty-qt512/before_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/linux-trusty-qt512/before_install.sh b/scripts/linux-trusty-qt512/before_install.sh
index 1d1e057cc..cd119c774 100644
--- a/scripts/linux-trusty-qt512/before_install.sh
+++ b/scripts/linux-trusty-qt512/before_install.sh
@@ -28,4 +28,4 @@ export QT_ROOT=/usr/local/Qt/5.12.4
cd ${TRAVIS_BUILD_DIR}/..
# start the container and keep it running
-docker run -v $PWD/subsurface:/subsurface --name=trusty-qt512 -w / -d dirkhh/trusty-qt512:0.6 /bin/sleep 60m
+docker run -v $PWD/subsurface:/subsurface --name=trusty-qt512 -w / -d dirkhh/trusty-qt512:0.7 /bin/sleep 60m