Commit 3f7f6bd4 authored by Matous Holinka's avatar Matous Holinka
Browse files

bird: minor fixes

parent f04caf31
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 '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 \
+1 −2
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 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 \