From bc7cf29dc5d3341acbf307befde6d4dbbf1c4e05 Mon Sep 17 00:00:00 2001 From: Terrasse Date: Thu, 29 Aug 2024 16:15:16 +0800 Subject: [PATCH] add base-devel dependency --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a93e49f..f1416de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM archlinux:base RUN pacman -Syu --noconfirm RUN pacman -S --noconfirm --needed --overwrite '*' \ - openssh sudo \ + openssh sudo base-devel \ git fakeroot binutils gcc awk binutils xz \ libarchive bzip2 coreutils file findutils \ gettext grep gzip sed ncurses util-linux \