Merge pull request #259 from kmader/patch-1

Adding unzip to base packages
pull/261/head
Yuvi Panda 2018-03-13 15:18:24 -07:00 zatwierdzone przez GitHub
commit f8293cb01d
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):