]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
bird: minor fixes
authorMatous Holinka <matous.holinka@nic.cz>
Wed, 20 Nov 2019 13:34:02 +0000 (14:34 +0100)
committerMatous Holinka <matous.holinka@nic.cz>
Wed, 20 Nov 2019 13:34:02 +0000 (14:34 +0100)
misc/docker/debian-7-amd64/Dockerfile
misc/docker/debian-7-i386/Dockerfile

index 0cc8cf1ef48ac21121343a5a6809c1b8d07b8bcb..fc1b479f637d9fd099fa2b87900260545118fd14 100644 (file)
@@ -1,6 +1,6 @@
 FROM debian:wheezy-slim
 ENV DEBIAN_FRONTEND noninteractive
-RUN sed -i 'archive.debian.org/debian/' /etc/apt/sources.list
+RUN sed -i 's/deb.debian.org/archive.debian.org/' /etc/apt/sources.list
 RUN apt-get -y update
 RUN apt-get -y upgrade
 RUN apt-get -y install \
index 60074683dc5e923c7c45e7165cd4949ae68481bf..5be6c5e280cee15f7fc3d83e4d0b6b60aefa3af8 100644 (file)
@@ -1,7 +1,6 @@
 FROM i386/debian:wheezy-slim
 ENV DEBIAN_FRONTEND noninteractive
-RUN echo http://archive.debian.org/debian/ >> /etc/apt/sources.list
-RUN apt-get -y update
+RUN sed -i 's/deb.debian.org/archive.debian.org/' /etc/apt/sources.listRUN apt-get -y update
 RUN apt-get -y upgrade
 RUN apt-get -y install \
        autoconf \