kopia lustrzana https://github.com/jupyterhub/repo2docker
commit
e26cd53f11
|
@ -149,10 +149,12 @@ class BuildPack(LoggingConfigurable):
|
||||||
base_packages = Set(
|
base_packages = Set(
|
||||||
{
|
{
|
||||||
# Utils!
|
# Utils!
|
||||||
"tar",
|
|
||||||
"curl",
|
|
||||||
"wget",
|
|
||||||
"less",
|
"less",
|
||||||
|
|
||||||
|
# FIXME: Use npm from nodesource!
|
||||||
|
# Everything seems to depend on npm these days, unfortunately.
|
||||||
|
"npm",
|
||||||
|
"nodejs-legacy"
|
||||||
},
|
},
|
||||||
help="""
|
help="""
|
||||||
Base set of apt packages that are installed for all images.
|
Base set of apt packages that are installed for all images.
|
||||||
|
|
Ładowanie…
Reference in New Issue