mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 01:10:12 +01: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-4.0.14.tgz
|
||||||
#https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-3.2.22.tgz
|
#https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-3.2.22.tgz
|
||||||
plugin: dump
|
plugin: dump
|
||||||
stage-packages: [libssl1.0.0]
|
stage-packages:
|
||||||
|
- libssl1.0.0
|
||||||
|
- libcurl3
|
||||||
filesets:
|
filesets:
|
||||||
mongo:
|
mongo:
|
||||||
- usr
|
- usr
|
||||||
|
|
@ -97,11 +99,13 @@ parts:
|
||||||
- g++
|
- g++
|
||||||
- capnproto
|
- capnproto
|
||||||
- curl
|
- curl
|
||||||
|
- libcurl3
|
||||||
- execstack
|
- execstack
|
||||||
- nodejs
|
- nodejs
|
||||||
- npm
|
- npm
|
||||||
stage-packages:
|
stage-packages:
|
||||||
- libfontconfig1
|
- libfontconfig1
|
||||||
|
- libssl1.0.0
|
||||||
- libcurl3
|
- libcurl3
|
||||||
override-build: |
|
override-build: |
|
||||||
echo "Cleaning environment first"
|
echo "Cleaning environment first"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue