Add clang to ere-base (#119)

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
This commit is contained in:
Ignacio Hagopian
2025-09-02 03:09:15 +02:00
committed by GitHub
parent a2cb0d73dd
commit 8fe61cad5b

View File

@@ -13,6 +13,7 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install -y --no-install-recommends \
build-essential \
clang \
cmake \
pkg-config \
curl \