Run YAY before removing temporary folder

This commit is contained in:
zontreck 2024-09-05 10:30:21 -07:00
parent 7d2b4d119c
commit 2d7655ea6e

View file

@ -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