Merge pull request #57 from yuvipanda/npm

Add npm to base image
pull/52/head
Yuvi Panda 2017-08-02 00:28:12 -07:00 zatwierdzone przez GitHub
commit e26cd53f11
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.