We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 036ae1a + 99fd0be commit 613067dCopy full SHA for 613067d
1 file changed
src/bci_build/package/mariadb.py
@@ -26,7 +26,7 @@
26
exit 1
27
fi
28
29
-exec setpriv --reuid="$u" --regid="$u" --clear-groups -- "$@"
+exec setpriv --pdeathsig=keep --reuid="$u" --regid="$u" --clear-groups -- "$@"
30
"""
31
32
MARIADB_CONTAINERS = []
@@ -90,6 +90,7 @@
90
"timezone",
91
"util-linux",
92
"findutils",
93
+ "zstd",
94
],
95
entrypoint=[_ENTRYPOINT_FNAME],
96
license="GPL-2.0-only",
0 commit comments