* test/infra/Dockerfile.emba: Install clangd.
This commit is contained in:
parent
27edd7f88c
commit
d814c249f4
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue