Run YAY before removing temporary folder
This commit is contained in:
parent
7d2b4d119c
commit
2d7655ea6e
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue