summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2023-11-29 05:40:57 +0100
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2023-12-08 22:23:09 +0000
commitb690ee595174c599d0ba03f0d549c46158c82083 (patch)
treea533335438ac725f9c3a9c0aaae298457bbdf513 /util
parent81ceea1592a5b806c5d892fbf51b5655d78fe135 (diff)
downloadcoreboot-b690ee595174c599d0ba03f0d549c46158c82083.tar.gz
coreboot-b690ee595174c599d0ba03f0d549c46158c82083.tar.bz2
coreboot-b690ee595174c599d0ba03f0d549c46158c82083.zip
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 <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/79314 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Zebreus <lennarteichhorn@googlemail.com> Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'util')
-rw-r--r--util/docker/archlinux/Dockerfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/util/docker/archlinux/Dockerfile b/util/docker/archlinux/Dockerfile
index d3309d09b46c..890e9227ec7f 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 \