mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
b2230855e6
commit
4b391c448d
4 changed files with 15 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue