Merge pull request #3 from dtinth/patch-1
Clean up `/tmp` in `container-init`
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
set -eu
|
||||
|
||||
# Remove leftover files
|
||||
find /tmp/ -mindepth 1 -delete
|
||||
|
||||
# Create additional groups
|
||||
_IFS=${IFS}; IFS=,
|
||||
for gid in ${UNPRIVILEGED_USER_GROUPS?}; do
|
||||
|
||||
Reference in New Issue
Block a user