Skip to content

Commit a97f56a

Browse files
authored
Merge pull request #42 from Jerry-Terrasse/master
pre-install `base-devel`
2 parents 32e74b3 + bc7cf29 commit a97f56a

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
@@ -2,7 +2,7 @@ FROM archlinux:base
22

33
RUN pacman -Syu --noconfirm
44
RUN pacman -S --noconfirm --needed --overwrite '*' \
5-
openssh sudo \
5+
openssh sudo base-devel \
66
git fakeroot binutils gcc awk binutils xz \
77
libarchive bzip2 coreutils file findutils \
88
gettext grep gzip sed ncurses util-linux \

0 commit comments

Comments
 (0)