Switch to root before removing temporary yay folder

This commit is contained in:
zontreck 2024-09-05 10:29:23 -07:00
parent f55c507520
commit 7d2b4d119c

View file

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