Explorar o código

base: add backports repository

Saúl Ibarra Corretgé %!s(int64=6) %!d(string=hai) anos
pai
achega
f65016d6f1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      base/Dockerfile

+ 1 - 0
base/Dockerfile

@@ -16,6 +16,7 @@ RUN \
 	apt-key add /tmp/jitsi.key && \
 	rm -f /tmp/jitsi.key && \
 	echo "deb https://download.jitsi.org $JITSI_RELEASE/" > /etc/apt/sources.list.d/jitsi.list && \
+	echo "deb http://ftp.debian.org/debian stretch-backports main" > /etc/apt/sources.list.d/backports.list && \
 	apt-dpkg-wrap apt-get update && \
 	apt-dpkg-wrap apt-get dist-upgrade -y && \
 	apt-dpkg-wrap apt-get autoremove -y --purge gnupg && \