From 211618293d9fd620f9f8971090e049d98c05f546 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 7 Apr 2023 17:08:46 +0200 Subject: [PATCH] * test/infra/Dockerfile.emba (emacs-eglot): Adapt software selection. --- test/infra/Dockerfile.emba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2