Commit d7de7826 authored by Matous Holinka's avatar Matous Holinka
Browse files

bird: minor fixes

parent dc016eef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
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 \
+2 −1
Original line number Diff line number Diff line
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 \