mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Try to fix Snap.
This commit is contained in:
parent
7fc2f2e2e5
commit
8090b6f701
1 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue