We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d737a81 commit 7f9eefcCopy full SHA for 7f9eefc
Dockerfile
@@ -1,6 +1,6 @@
1
FROM archlinux/base
2
3
-RUN pacman -Syu && \
+RUN pacman -Syu --noconfirm && \
4
pacman -S --noconfirm --needed --overwrite '*' \
5
openssh sudo \
6
git fakeroot binutils gcc awk binutils xz \
0 commit comments