summaryrefslogtreecommitdiff
path: root/test/infra/Dockerfile.emba
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2023-03-27 18:32:49 +0200
committerMichael Albinus <michael.albinus@gmx.de>2023-03-27 18:32:49 +0200
commitafbb9b426cec216dfa303a46fb0ece59b2dd45f8 (patch)
tree449d032d5fb2c37906bfe4f8eedf9aa36ff56882 /test/infra/Dockerfile.emba
parent0bd2bbc0c2cb06cd254bf67f75d284f4c16f45a8 (diff)
downloademacs-afbb9b426cec216dfa303a46fb0ece59b2dd45f8.tar.gz
* test/infra/Dockerfile.emba (emacs-eglot): Adapt software selection.
Diffstat (limited to 'test/infra/Dockerfile.emba')
-rw-r--r--test/infra/Dockerfile.emba6
1 files 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