From 819bbb5618da775af69d9af64ec74d03547babfd Mon Sep 17 00:00:00 2001 From: Itxaka Date: Thu, 14 Sep 2023 14:18:14 +0200 Subject: [PATCH] :bug: Drop sundo modification from ubuntu flavors We were "fixing" the sudo command but that resulted in sudo not working on livecd and weird behaviour. Leave it as it is as it should come with proper perms from the package directly Signed-off-by: Itxaka --- images/Dockerfile.ubuntu | 3 --- 1 file changed, 3 deletions(-) diff --git a/images/Dockerfile.ubuntu b/images/Dockerfile.ubuntu index a2e58c26c..0a8f8467f 100644 --- a/images/Dockerfile.ubuntu +++ b/images/Dockerfile.ubuntu @@ -243,8 +243,5 @@ RUN ln -s /usr/bin/grub-editenv /usr/bin/grub2-editenv RUN systemctl enable systemd-networkd RUN systemctl enable ssh -# Fixup sudo perms -RUN chown root:root /usr/bin/sudo && chmod 4755 /usr/bin/sudo - # Clear cache RUN rm -rf /var/cache/* && journalctl --vacuum-size=1K && rm /etc/machine-id && rm /var/lib/dbus/machine-id && rm /etc/hostname