From e91e3c076d93a2102c344432effbfa135469a9d4 Mon Sep 17 00:00:00 2001 From: Benjamin Tissoires Date: Fri, 18 Jan 2019 11:41:32 +0100 Subject: [PATCH] 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. --- snapcraft.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snapcraft.yaml b/snapcraft.yaml index d14d8037e..c8675fe1c 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -94,6 +94,8 @@ parts: - capnproto - curl - execstack + - nodejs + - npm stage-packages: - libfontconfig1 override-build: |