From b690ee595174c599d0ba03f0d549c46158c82083 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Wed, 29 Nov 2023 05:40:57 +0100 Subject: util/docker/archlinux: Add more packages allowing CI builds Following commands were used to test if everything builds: * make crossgcc * make clang * make what-jenkins-does Change-Id: I757e6dbac557bcb640777b819529a978bf54ed93 Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/79314 Tested-by: build bot (Jenkins) Reviewed-by: Zebreus Reviewed-by: Martin L Roth --- util/docker/archlinux/Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'util/docker/archlinux') diff --git a/util/docker/archlinux/Dockerfile b/util/docker/archlinux/Dockerfile index d3309d09b4..890e9227ec 100644 --- a/util/docker/archlinux/Dockerfile +++ b/util/docker/archlinux/Dockerfile @@ -13,17 +13,23 @@ RUN pacman-key --init && \ RUN pacman -S --noconfirm \ base-devel \ bash-completion \ + bc \ bzip2 \ ccache \ + cmake \ cscope \ + dtc \ gcc-ada \ git \ go \ htop \ lcov \ less \ + meson \ msitools \ neovim \ + nss \ + openssh \ openssl \ python3 \ shellcheck \ -- cgit v1.2.3