Restore clang as a dependency due to the Debian Dockerfile as we require a C++ compiler

This commit is contained in:
Luke Parker
2025-09-22 02:57:50 -04:00
parent 77ceb86f9a
commit c12c471602

View File

@@ -155,7 +155,7 @@ RUN echo "/usr/lib/libmimalloc.so" >> /etc/ld.so.preload
RUN apt update && apt upgrade -y && apt autoremove -y && apt clean
# Add dev dependencies
RUN apt install -y pkg-config libclang-dev
RUN apt install -y pkg-config libclang-dev clang
# Dependencies for the Serai node
RUN apt install -y make protobuf-compiler