add code to disable pacman sandbox
Build and Push Docker Container / build-and-push (push) Successful in 5m19s

This commit is contained in:
2026-02-14 10:40:24 +01:00
parent de1dbb24bc
commit 3581335fc4
+6
View File
@@ -187,10 +187,16 @@ function run_correct_ssh_service() {
exec /usr/sbin/sshd -D -e "$@" 2>&1
fi;
}
function disable_pacman_sandbox() {
echo "NoSandbox" >> /etc/pacman.conf
}
#####################################################################################################
# Main Code
#####################################################################################################
set_environment_variables_if_not_empty
disable_pacman_sandbox
dbus-uuidgen --ensure=/etc/machine-id
add_borg_user