From e91791996446c9aec15f570f15d745074d1d1d5b Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 19 Nov 2024 13:54:11 -0800 Subject: [PATCH] fix netplan perms --- Dockerfile.agnos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.agnos b/Dockerfile.agnos index 6bd48ec0..9769b238 100644 --- a/Dockerfile.agnos +++ b/Dockerfile.agnos @@ -166,7 +166,7 @@ COPY ./userspace/firmware/* /lib/firmware/ # populate /etc COPY ./userspace/files/fstab /etc COPY ./userspace/files/profile /etc/profile -COPY ./userspace/files/01-network-manager-all.yaml /etc/netplan/ +COPY --chown=root:root ./userspace/files/01-network-manager-all.yaml /etc/netplan/ COPY ./userspace/files/allow-network-control.pkla /etc/polkit-1/localauthority/50-local.d/allow-network-control.pkla COPY ./userspace/files/allow-modem-control.pkla /etc/polkit-1/localauthority/50-local.d/allow-modem-control.pkla COPY ./userspace/files/*.rules /etc/udev/rules.d/