From 2d7655ea6e90b8035e599dcc060c5c36f4981888 Mon Sep 17 00:00:00 2001 From: zontreck Date: Thu, 5 Sep 2024 10:30:21 -0700 Subject: [PATCH] Run YAY before removing temporary folder --- base/arch/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/arch/Dockerfile b/base/arch/Dockerfile index f7c8b24..0d39492 100644 --- a/base/arch/Dockerfile +++ b/base/arch/Dockerfile @@ -29,10 +29,11 @@ WORKDIR /tmp/yay RUN makepkg -si --noconfirm WORKDIR / +RUN yay -S --noconfirm tini-git + USER root RUN rm -rf /tmp/yay -RUN yay -S --noconfirm tini-git USER container ENV USER=container HOME=/home/container