aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2023-03-27 18:32:49 +0200
committerMichael Albinus2023-03-27 18:32:49 +0200
commitafbb9b426cec216dfa303a46fb0ece59b2dd45f8 (patch)
tree449d032d5fb2c37906bfe4f8eedf9aa36ff56882
parent0bd2bbc0c2cb06cd254bf67f75d284f4c16f45a8 (diff)
downloademacs-afbb9b426cec216dfa303a46fb0ece59b2dd45f8.tar.gz
emacs-afbb9b426cec216dfa303a46fb0ece59b2dd45f8.zip
* test/infra/Dockerfile.emba (emacs-eglot): Adapt software selection.
-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
64 64
65RUN apt-get update && \ 65RUN apt-get update && \
66 apt-get install -y --no-install-recommends -o=Dpkg::Use-Pty=0 \ 66 apt-get install -y --no-install-recommends -o=Dpkg::Use-Pty=0 \
67 snapd wget lsb_release add-apt-repository gpg \ 67 snapd wget lsb-release software-properties-common gpg \
68 && rm -rf /var/lib/apt/lists/* 68 && rm -rf /var/lib/apt/lists/*
69 69
70# A recent clangd. It must be at least clangd 14, which is in Debian 70# 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)"
73 73
74# A recent pylsp. Since Debian bookworm there is the package 74# A recent pylsp. Since Debian bookworm there is the package
75# python3-pylsp. 75# python3-pylsp.
76RUN snap install core 76# RUN snap install core
77RUN snap install pylsp 77# RUN snap install pylsp
78 78
79COPY . /checkout 79COPY . /checkout
80WORKDIR /checkout 80WORKDIR /checkout