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

index d29405858d5ba8d32c27a45745c111b482c4d0ff..69e28b9a2c7b1ab4a4c79bca9c3b0570edcc721b 100644 (file)
@@ -1,8 +1,8 @@
 FROM debian:wheezy-slim
 ENV DEBIAN_FRONTEND noninteractive
 RUN cat /etc/apt/sources.list
-# RUN sed -i 's/deb.debian.org\/debian wheezy main/archive.debian.org\/debian\/dists\/wheezy/' /etc/apt/sources.list
-RUN echo 'http://archive.debian.org/debian/dists/wheezy/' > /etc/apt/sources.list
+RUN echo 'deb http://archive.debian.org/debian/dists/wheezy/ wheezy main' > /etc/apt/sources.list
+RUN echo 'deb http://archive.debian.org/debian/dists/wheezy/ wheezy-updates main' >> /etc/apt/sources.list
 RUN apt-get -y update
 RUN apt-get -y upgrade
 RUN apt-get -y install \
index c94943000db72c7366f53b63cfc4f698b3b50a82..f562323028906300b3f2edb720d1d983833d8cc0 100644 (file)
@@ -1,6 +1,7 @@
 FROM i386/debian:wheezy-slim
 ENV DEBIAN_FRONTEND noninteractive
-RUN echo 'http://archive.debian.org/debian/dists/wheezy/' > /etc/apt/sources.list
+RUN echo 'deb http://archive.debian.org/debian/dists/wheezy/ wheezy main' > /etc/apt/sources.list
+RUN echo 'deb http://archive.debian.org/debian/dists/wheezy/ wheezy-updates main' >> /etc/apt/sources.list
 RUN apt-get -y update
 RUN apt-get -y upgrade
 RUN apt-get -y install \