Add missing build tools to CI image

This commit is contained in:
Lucas Schwiderski 2024-05-16 10:58:03 +02:00
parent 189c3199a0
commit 9577d70423
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8

View file

@ -37,6 +37,7 @@ RUN set -eux; \
apt-get update; \
apt-get install --no-install-recommends -y \
build-essential \
cmake \
curl \
git \
gpg \