This commit is contained in:
parent
ac65803951
commit
174bad5cbc
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ COPY --from=builder /os/ /
|
||||||
|
|
||||||
# Update & remove local keyring
|
# Update & remove local keyring
|
||||||
RUN ["/usr/bin/ldconfig"]
|
RUN ["/usr/bin/ldconfig"]
|
||||||
RUN pacman -Syu --noconfirm && rm -r /etc/pacman.d/gnupg/
|
RUN ["/bin/sh", "-c", "pacman -Syu --noconfirm && rm -r /etc/pacman.d/gnupg/"]
|
||||||
|
|
||||||
CMD ["/bin/sh"]
|
CMD ["/bin/sh"]
|
Loading…
Add table
Add a link
Reference in a new issue