From: Michael Albinus Date: Fri, 7 Apr 2023 15:08:46 +0000 (+0200) Subject: * test/infra/Dockerfile.emba (emacs-eglot): Adapt software selection. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=211618293d9fd620f9f8971090e049d98c05f546;p=emacs.git * test/infra/Dockerfile.emba (emacs-eglot): Adapt software selection. --- diff --git a/test/infra/Dockerfile.emba b/test/infra/Dockerfile.emba index 722a449b636..689573236da 100644 --- a/test/infra/Dockerfile.emba +++ b/test/infra/Dockerfile.emba @@ -71,10 +71,10 @@ RUN apt-get update && \ libdbus-1-dev libacl1-dev acl git texinfo gdb \ && rm -rf /var/lib/apt/lists/* -# Some language servers. +# Install clangd. RUN apt-get update && \ apt-get install -y --no-install-recommends -o=Dpkg::Use-Pty=0 \ - clangd python3-pylsp python3-autopep8 python3-yapf \ + clangd \ && rm -rf /var/lib/apt/lists/* COPY . /checkout