From: Michael Albinus Date: Mon, 27 Mar 2023 16:32:49 +0000 (+0200) Subject: * test/infra/Dockerfile.emba (emacs-eglot): Adapt software selection. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=afbb9b426cec216dfa303a46fb0ece59b2dd45f8;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 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