Switch to root before removing temporary yay folder
This commit is contained in:
parent
f55c507520
commit
7d2b4d119c
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ WORKDIR /tmp/yay
|
||||||
|
|
||||||
RUN makepkg -si --noconfirm
|
RUN makepkg -si --noconfirm
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
|
||||||
|
USER root
|
||||||
RUN rm -rf /tmp/yay
|
RUN rm -rf /tmp/yay
|
||||||
|
|
||||||
RUN yay -S --noconfirm tini-git
|
RUN yay -S --noconfirm tini-git
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue