maint: let installer ensure /etc/sudoers.d directory exists

This commit is contained in:
Erik Sundell
2023-06-06 14:09:03 +02:00
parent 7974981f2d
commit d4c6da52e1
2 changed files with 1 additions and 2 deletions

View File

@@ -24,8 +24,6 @@ RUN find /etc/systemd/system \
-not -name '*systemd-user-sessions*' \
-exec rm \{} \;
RUN mkdir -p /etc/sudoers.d
RUN systemctl set-default multi-user.target
STOPSIGNAL SIGRTMIN+3