From cb24defa859ec84ef324ac81b1536f5d2dbb1647 Mon Sep 17 00:00:00 2001 From: George <58841610+Shinji-IkariG@users.noreply.github.com> Date: Wed, 20 Nov 2024 13:48:26 +0800 Subject: [PATCH] Update Dockerfile.ubuntu2404 --- Dockerfile.ubuntu2404 | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.ubuntu2404 b/Dockerfile.ubuntu2404 index 9642849..4fa25b1 100644 --- a/Dockerfile.ubuntu2404 +++ b/Dockerfile.ubuntu2404 @@ -41,6 +41,7 @@ RUN apt update && apt install -y --no-install-recommends \ clang-format-17 \ clang-tidy-17 \ clang-tools-17 \ + libclang-rt-17-dev \ vim \ ccache \ && rm -rf /var/lib/apt/lists/*