projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc8230f
)
* test/infra/Dockerfile.emba (emacs-eglot): Adapt software selection.
author
Michael Albinus
<michael.albinus@gmx.de>
Fri, 7 Apr 2023 15:08:46 +0000
(17:08 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Fri, 7 Apr 2023 15:08:46 +0000
(17:08 +0200)
test/infra/Dockerfile.emba
patch
|
blob
|
history
diff --git
a/test/infra/Dockerfile.emba
b/test/infra/Dockerfile.emba
index 722a449b636086e86178ef619d8b30620da1cf78..689573236da4491d93f67a3bd03cc44e4d403368 100644
(file)
--- 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