diff options
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r-- | snapcraft.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml index 49820af2..6a4e2cb9 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -85,13 +85,13 @@ parts: # - node-gyp # - node-pre-gyp # - fibers@4.0.1 - #build-packages: - # - ca-certificates - # - apt-utils + build-packages: + - ca-certificates + - apt-utils ## - python3 # - gcc++-8 # - capnproto - # - curl + - curl # - execstack # - nodejs # - npm |