summaryrefslogtreecommitdiffstats
path: root/snapcraft.yaml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-01-11 23:29:23 +0200
committerLauri Ojansivu <x@xet7.org>2020-01-11 23:29:23 +0200
commit8090b6f7014e66c1edb095d2d9f8e889db2f8387 (patch)
tree56bde97fe71611a6c5339a1778c452a7866c3dd9 /snapcraft.yaml
parent7fc2f2e2e53f31bf5a1f3945f7c55a662648089c (diff)
downloadwekan-8090b6f7014e66c1edb095d2d9f8e889db2f8387.tar.gz
wekan-8090b6f7014e66c1edb095d2d9f8e889db2f8387.tar.bz2
wekan-8090b6f7014e66c1edb095d2d9f8e889db2f8387.zip
Try to fix Snap.
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 519744c6..f3ed2f18 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"