From 7d2b4d119ca78e891c06d41c68f0f58ddc7e1744 Mon Sep 17 00:00:00 2001 From: zontreck Date: Thu, 5 Sep 2024 10:29:23 -0700 Subject: [PATCH] Switch to root before removing temporary yay folder --- base/arch/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base/arch/Dockerfile b/base/arch/Dockerfile index 7accf23..f7c8b24 100644 --- a/base/arch/Dockerfile +++ b/base/arch/Dockerfile @@ -28,6 +28,8 @@ WORKDIR /tmp/yay RUN makepkg -si --noconfirm WORKDIR / + +USER root RUN rm -rf /tmp/yay RUN yay -S --noconfirm tini-git