* test/infra/Dockerfile.emba: Install clangd.

This commit is contained in:
Michael Albinus 2023-03-15 13:05:19 +01:00
parent 27edd7f88c
commit d814c249f4

View file

@ -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