2
0
Эх сурвалжийг харах

base: add backports repository

Saúl Ibarra Corretgé 6 жил өмнө
parent
commit
f65016d6f1
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  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 && \