From 8090b6f7014e66c1edb095d2d9f8e889db2f8387 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 11 Jan 2020 23:29:23 +0200 Subject: [PATCH] Try to fix Snap. --- snapcraft.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 519744c60..f3ed2f18f 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -69,7 +69,9 @@ parts: #https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-4.0.14.tgz #https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-3.2.22.tgz plugin: dump - stage-packages: [libssl1.0.0] + stage-packages: + - libssl1.0.0 + - libcurl3 filesets: mongo: - usr @@ -97,11 +99,13 @@ parts: - g++ - capnproto - curl + - libcurl3 - execstack - nodejs - npm stage-packages: - libfontconfig1 + - libssl1.0.0 - libcurl3 override-build: | echo "Cleaning environment first"