kopia lustrzana https://github.com/jupyterhub/repo2docker
commit
c9821a3c7d
|
@ -421,7 +421,7 @@ class BaseImage(BuildPack):
|
||||||
def setup_assembly(self):
|
def setup_assembly(self):
|
||||||
assemble_scripts = []
|
assemble_scripts = []
|
||||||
try:
|
try:
|
||||||
with open('apt.txt') as f:
|
with open(self.binder_path('apt.txt')) as f:
|
||||||
extra_apt_packages = [l.strip() for l in f]
|
extra_apt_packages = [l.strip() for l in f]
|
||||||
# Validate that this is, indeed, just a list of packages
|
# Validate that this is, indeed, just a list of packages
|
||||||
# We're doing shell injection around here, gotta be careful.
|
# We're doing shell injection around here, gotta be careful.
|
||||||
|
|
Ładowanie…
Reference in New Issue