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

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