]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
bird: correct urls were added (fixed)
authorMatous Holinka <matous.holinka@nic.cz>
Wed, 20 Nov 2019 12:38:44 +0000 (13:38 +0100)
committerMatous Holinka <matous.holinka@nic.cz>
Wed, 20 Nov 2019 12:38:44 +0000 (13:38 +0100)
misc/docker/debian-7-amd64/Dockerfile
misc/docker/debian-7-i386/Dockerfile

index dd5e9236434ab33568eedc55919c61ba41509dad..1a53ea11ec13203b3e23b2c7eb4e133a7ea3d357 100644 (file)
@@ -1,6 +1,6 @@
 FROM debian:wheezy-slim
 ENV DEBIAN_FRONTEND noninteractive
-RUN sed -i 's/deb.debian.org/ftp.cz.debian.org/' /etc/apt/sources.list
+RUN sed -i 'http://archive.debian.org/debian/' /etc/apt/sources.list
 RUN apt-get -y update
 RUN apt-get -y upgrade
 RUN apt-get -y install \
index a569f13f643fa0b18f17d96c83608f7c8ad59a6f..60074683dc5e923c7c45e7165cd4949ae68481bf 100644 (file)
@@ -1,6 +1,6 @@
 FROM i386/debian:wheezy-slim
 ENV DEBIAN_FRONTEND noninteractive
-RUN echo 'http://archive.debian.org/debian/' >> /etc/apt/sources.list
+RUN echo http://archive.debian.org/debian/ >> /etc/apt/sources.list
 RUN apt-get -y update
 RUN apt-get -y upgrade
 RUN apt-get -y install \