Skip to content

Commit 376f378

Browse files
committed
Separate 2 'pacman' steps
1 parent 7f9eefc commit 376f378

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM archlinux/base
22

3-
RUN pacman -Syu --noconfirm && \
4-
pacman -S --noconfirm --needed --overwrite '*' \
3+
RUN pacman -Syu --noconfirm
4+
RUN pacman -S --noconfirm --needed --overwrite '*' \
55
openssh sudo \
66
git fakeroot binutils gcc awk binutils xz \
77
libarchive bzip2 coreutils file findutils \

0 commit comments

Comments
 (0)