We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bullseye-backports
1 parent c5b51e7 commit b22bf56Copy full SHA for b22bf56
Dockerfile
@@ -3,6 +3,7 @@ FROM debian:bullseye-backports as base
3
ARG DEBIAN_FRONTEND=noninteractive
4
ARG APT_LISTCHANGES_FRONTEND=none
5
6
+RUN echo "deb http://archive.debian.org/debian/ bullseye main" > /etc/apt/sources.list.d/backports.list
7
RUN apt-get update -qq
8
RUN apt-get install --no-install-recommends -y dpkg-dev devscripts curl git
9
RUN echo "deb [signed-by=/etc/apt/trusted.gpg.d/spectrumim.gpg] https://packages.spectrum.im/spectrum2/ bullseye main" | tee -a /etc/apt/sources.list
0 commit comments