From afbb9b426cec216dfa303a46fb0ece59b2dd45f8 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Mon, 27 Mar 2023 18:32:49 +0200 Subject: [PATCH] * test/infra/Dockerfile.emba (emacs-eglot): Adapt software selection. --- test/infra/Dockerfile.emba | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/infra/Dockerfile.emba b/test/infra/Dockerfile.emba index 163fc582e6f..0fa642d983b 100644 --- a/test/infra/Dockerfile.emba +++ b/test/infra/Dockerfile.emba @@ -64,7 +64,7 @@ FROM emacs-base as emacs-eglot RUN apt-get update && \ apt-get install -y --no-install-recommends -o=Dpkg::Use-Pty=0 \ - snapd wget lsb_release add-apt-repository gpg \ + snapd wget lsb-release software-properties-common gpg \ && rm -rf /var/lib/apt/lists/* # A recent clangd. It must be at least clangd 14, which is in Debian @@ -73,8 +73,8 @@ RUN bash -c "$(wget --no-check-certificate -O - https://apt.llvm.org/llvm.sh)" # A recent pylsp. Since Debian bookworm there is the package # python3-pylsp. -RUN snap install core -RUN snap install pylsp +# RUN snap install core +# RUN snap install pylsp COPY . /checkout WORKDIR /checkout -- 2.39.5