Skip to content

Commit f420f0b

Browse files
authored
Mount system Python binaries and libraries for generic image (#256)
1 parent 866e9b9 commit f420f0b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

config/snekbox.cfg

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,20 @@ mount {
8888
rw: false
8989
}
9090

91+
mount {
92+
src: "/usr/local/bin/python"
93+
dst: "/usr/local/bin/python"
94+
is_bind: true
95+
rw: false
96+
}
97+
98+
mount {
99+
src: "/usr/local/lib"
100+
dst: "/usr/local/lib"
101+
is_bind: true
102+
rw: false
103+
}
104+
91105
mount {
92106
dst: "/dev/shm"
93107
fstype: "tmpfs"

0 commit comments

Comments
 (0)