From d814c249f4431449ed94c2ad1443457fce393c86 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Wed, 15 Mar 2023 13:05:19 +0100 Subject: [PATCH] * test/infra/Dockerfile.emba: Install clangd. --- test/infra/Dockerfile.emba | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/infra/Dockerfile.emba b/test/infra/Dockerfile.emba index c005d872cb8..73bfe1a8ece 100644 --- a/test/infra/Dockerfile.emba +++ b/test/infra/Dockerfile.emba @@ -34,9 +34,10 @@ RUN apt-get update && \ FROM emacs-base as emacs-inotify +# We install clangd for Eglot tests. RUN apt-get update && \ apt-get install -y --no-install-recommends -o=Dpkg::Use-Pty=0 \ - inotify-tools \ + inotify-tools clangd \ && rm -rf /var/lib/apt/lists/* COPY . /checkout -- 2.39.5