aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/infra/Dockerfile.emba5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/infra/Dockerfile.emba b/test/infra/Dockerfile.emba
index adca95eb209..5b14384ceb3 100644
--- a/test/infra/Dockerfile.emba
+++ b/test/infra/Dockerfile.emba
@@ -62,6 +62,11 @@ RUN make bootstrap
62 62
63FROM emacs-base as emacs-eglot 63FROM emacs-base as emacs-eglot
64 64
65RUN apt-get update && \
66 apt-get install -y --no-install-recommends -o=Dpkg::Use-Pty=0 \
67 wget \
68 && rm -rf /var/lib/apt/lists/*
69
65# We install a recent clangd for Eglot tests. 70# We install a recent clangd for Eglot tests.
66RUN bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" 71RUN bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
67 72