Skip to content

Commit 7f1e5f0

Browse files
committed
fix: update mount dir for opam
1 parent afde4f1 commit 7f1e5f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jd4/_sandbox.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def enter_namespace(root_dir, in_dir, out_dir):
6767
bind_mount(in_dir, 'in', True, False, True, False)
6868
bind_mount(out_dir, 'out', True, False, True, False)
6969
bind_mount('/root/.matlab', '.matlab', True, False, True, True, True)
70+
bind_mount('/root/.opam', '.opam', True, False, True, True, True)
7071
write_text_file('etc/passwd', 'icebox:x:1000:1000:icebox:/:/bin/bash\n')
7172
mkdir('old_root')
7273
pivot_root('.', 'old_root')

0 commit comments

Comments
 (0)