Browse Source
Merge pull request #5917 from wakiyamap/fix_travis_appimage
Fix travis appimage
hard-fail-on-bad-server-string
ThomasV
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
contrib/build-linux/appimage/Dockerfile
|
|
@ -14,7 +14,7 @@ RUN apt-get update -q && \ |
|
|
|
libssl-dev=1.0.2g-1ubuntu4.15 \ |
|
|
|
libssl1.0.0=1.0.2g-1ubuntu4.15 \ |
|
|
|
openssl=1.0.2g-1ubuntu4.15 \ |
|
|
|
zlib1g-dev=1:1.2.8.dfsg-2ubuntu4.1 \ |
|
|
|
zlib1g-dev=1:1.2.8.dfsg-2ubuntu4.3 \ |
|
|
|
libffi-dev=3.2.1-4 \ |
|
|
|
libncurses5-dev=6.0+20160213-1ubuntu1 \ |
|
|
|
libsqlite3-dev=3.11.0-1ubuntu1.3 \ |
|
|
|