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 7f9eefc commit 376f378Copy full SHA for 376f378
Dockerfile
@@ -1,7 +1,7 @@
1
FROM archlinux/base
2
3
-RUN pacman -Syu --noconfirm && \
4
- pacman -S --noconfirm --needed --overwrite '*' \
+RUN pacman -Syu --noconfirm
+RUN pacman -S --noconfirm --needed --overwrite '*' \
5
openssh sudo \
6
git fakeroot binutils gcc awk binutils xz \
7
libarchive bzip2 coreutils file findutils \
0 commit comments