adding unzip to base packages so you can just run unzip on the terminal (closing https://github.com/jupyter/repo2docker/issues/251)
pull/259/head
Kevin Mader 2018-03-13 22:07:38 +01:00 zatwierdzone przez GitHub
rodzic 81d7136027
commit 421278ad95
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -170,6 +170,8 @@ class BuildPack:
# FIXME: Use npm from nodesource!
# Everything seems to depend on npm these days, unfortunately.
"npm",
"unzip",
}
def get_env(self):