Browse Source

Update Debian repos

master
Peter Vivell 6 years ago
parent
commit
e8fc5cb122
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Dockerfile

+ 2
- 2
Dockerfile View File

@@ -25,8 +25,8 @@ RUN printf '#-------------------------------------------------------------------
25 25
 \ndeb-src http://deb.debian.org/debian-security	'${DEB_RELEASE}'/updates		main # contrib non-free\
26 26
 \n\
27 27
 \n# stretch-backports, previously on backports.debian.org\
28
-\ndeb     http://ftp.debian.org/debian		'${DEB_RELEASE}'-backports	main # contrib non-free\
29
-\ndeb-src http://ftp.debian.org/debian		'${DEB_RELEASE}'-backports	main # contrib non-free\
28
+\ndeb     http://deb.debian.org/debian		'${DEB_RELEASE}'-backports	main # contrib non-free\
29
+\ndeb-src http://deb.debian.org/debian		'${DEB_RELEASE}'-backports	main # contrib non-free\
30 30
 \n' > /etc/apt/sources.list
31 31
 
32 32
 # Build deps and clean up

Loading…
Cancel
Save