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
|
||||
WORKDIR /
|
||||
|
||||
USER root
|
||||
RUN rm -rf /tmp/yay
|
||||
|
||||
RUN yay -S --noconfirm tini-git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue