]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/infra/Dockerfile.emba (emacs-eglot): Adapt software selection.
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 26 Mar 2023 18:47:25 +0000 (20:47 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 26 Mar 2023 18:47:25 +0000 (20:47 +0200)
test/infra/Dockerfile.emba

index 520fcb7e15e8501c17af13dc764d981c19f40afc..163fc582e6fddc0633d6779881fc1614b641acce 100644 (file)
@@ -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 \
+      snapd wget lsb_release add-apt-repository gpg \
     && rm -rf /var/lib/apt/lists/*
 
 # A recent clangd.  It must be at least clangd 14, which is in Debian