Skip to content

Commit 7f9eefc

Browse files
committed
Add '--noconfirm' to 'pacman -Syu'
1 parent d737a81 commit 7f9eefc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM archlinux/base
22

3-
RUN pacman -Syu && \
3+
RUN pacman -Syu --noconfirm && \
44
pacman -S --noconfirm --needed --overwrite '*' \
55
openssh sudo \
66
git fakeroot binutils gcc awk binutils xz \

0 commit comments

Comments
 (0)