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
# 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