Revert "add verbose to pacman"

This reverts commit 689eede19e.
This commit is contained in:
vincent 2021-07-11 12:36:58 +02:00
parent 689eede19e
commit d8065597f8

View File

@ -1,4 +1,4 @@
from archlinux:latest
RUN pacman -Sy archiso --noconfirm --debug --verbose
RUN pacman -Sy archiso --noconfirm
ADD entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]