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 d23b0ca commit d737a81Copy full SHA for d737a81
Dockerfile
@@ -1,7 +1,8 @@
1
FROM archlinux/base
2
3
-RUN pacman -Sy && \
4
- pacman -Sy --noconfirm --needed openssh sudo \
+RUN pacman -Syu && \
+ pacman -S --noconfirm --needed --overwrite '*' \
5
+ openssh sudo \
6
git fakeroot binutils gcc awk binutils xz \
7
libarchive bzip2 coreutils file findutils \
8
gettext grep gzip sed ncurses util-linux
0 commit comments