summaryrefslogtreecommitdiffstats
path: root/snapcraft.yaml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-01-22 14:37:34 +0200
committerLauri Ojansivu <x@xet7.org>2018-01-22 14:37:34 +0200
commitd79bb1a81cc439d9fefc6bf962b978f77aefba02 (patch)
treec5de191356c461600700460e382f19c7abf59e9f /snapcraft.yaml
parentfb220fe9182a62f22a8efebd58137efe47ba9486 (diff)
downloadwekan-d79bb1a81cc439d9fefc6bf962b978f77aefba02.tar.gz
wekan-d79bb1a81cc439d9fefc6bf962b978f77aefba02.tar.bz2
wekan-d79bb1a81cc439d9fefc6bf962b978f77aefba02.zip
Try to fix Docker and Snap: add apt-utils, remove sed bson.
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index a2524d25..79733c50 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -77,6 +77,7 @@ parts:
- node-pre-gyp
- fibers@2.0.0
build-packages:
+ - apt-utils
- ca-certificates
- python
- g++
@@ -107,7 +108,6 @@ parts:
meteor npm install --allow-superuser
meteor build .build --directory --allow-superuser
cp -f fix-download-unicode/cfs_access-point.txt .build/bundle/programs/server/packages/cfs_access-point.js
- sed -i "s|build\/Release\/bson|browser_build\/bson|g" .build/bundle/programs/server/npm/node_modules/meteor/cfs_gridfs/node_modules/mongodb/node_modules/bson/ext/index.js
cd .build/bundle/programs/server/npm/node_modules/meteor/npm-bcrypt
rm -rf node_modules/bcrypt
meteor npm install --save bcrypt