Skip to content

Commit 24a3700

Browse files
committed
fix: update mount dir for opam
1 parent d9a5888 commit 24a3700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jd4/_sandbox.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def enter_namespace(root_dir, in_dir, out_dir):
6363
bind_or_link('/usr/libexec', 'usr/libexec')
6464
bind_or_link('/usr/share', 'usr/share')
6565
bind_or_link('/usr/local', 'usr/local', True)
66-
bind_or_link('/root/.opam', '.opam', True)
66+
bind_or_link('/root/.opam', 'root/.opam', True)
6767
bind_or_link('/var/lib/ghc', 'var/lib/ghc')
6868
bind_mount(in_dir, 'in', True, False, True, False)
6969
bind_mount(out_dir, 'out', True, False, True, False)

0 commit comments

Comments
 (0)