Add npm to base image

Too many things require npm to build now
pull/57/head
yuvipanda 2017-08-01 23:18:15 -07:00
rodzic fbfcf5f0ba
commit d6a4cc241e
1 zmienionych plików z 5 dodań i 3 usunięć

Wyświetl plik

@ -149,10 +149,12 @@ class BuildPack(LoggingConfigurable):
base_packages = Set(
{
# Utils!
"tar",
"curl",
"wget",
"less",
# FIXME: Use npm from nodesource!
# Everything seems to depend on npm these days, unfortunately.
"npm",
"nodejs-legacy"
},
help="""
Base set of apt packages that are installed for all images.