Commit 7b4aedff authored by Matous Holinka's avatar Matous Holinka
Browse files

bird: correct urls were added (fixed)

parent d665fde7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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 \
+1 −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/' >> /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 \