summaryrefslogtreecommitdiffstats
path: root/snapcraft.yaml
diff options
context:
space:
mode:
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>2019-01-18 11:41:32 +0100
committerBenjamin Tissoires <benjamin.tissoires@redhat.com>2019-01-18 17:05:41 +0100
commite91e3c076d93a2102c344432effbfa135469a9d4 (patch)
tree12a543738086a6588a836fc3afd8893a67b073fa /snapcraft.yaml
parent8be7eec2caea9daf7fd89d9fb3b715d3bcda3ba4 (diff)
downloadwekan-e91e3c076d93a2102c344432effbfa135469a9d4.tar.gz
wekan-e91e3c076d93a2102c344432effbfa135469a9d4.tar.bz2
wekan-e91e3c076d93a2102c344432effbfa135469a9d4.zip
snapcraft add nodejs and npm as build dependencies
When pulling the docker container snapcore/snapcraft to build the snap, those 2 packages are not present by default leading to a failure in the snap creation. Note: it is good to call `apt-get update` before `snapcraft` or the build will fail.
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index d14d8037..c8675fe1 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -94,6 +94,8 @@ parts:
- capnproto
- curl
- execstack
+ - nodejs
+ - npm
stage-packages:
- libfontconfig1
override-build: |