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