mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-08 07:20:28 -08:00
* 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
|
FROM emacs-base as emacs-inotify
|
||||||
|
|
||||||
|
# We install clangd for Eglot tests.
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y --no-install-recommends -o=Dpkg::Use-Pty=0 \
|
apt-get install -y --no-install-recommends -o=Dpkg::Use-Pty=0 \
|
||||||
inotify-tools \
|
inotify-tools clangd \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY . /checkout
|
COPY . /checkout
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue