0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-23 09:21:53 +00:00

bird: minor fixes

This commit is contained in:
Matous Holinka 2019-11-20 15:04:15 +01:00
parent 103104bf1d
commit 4b0b1b3b95
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM debian:wheezy-slim
ENV DEBIAN_FRONTEND noninteractive
RUN sed -i 's/deb.debian.org/http:\/\/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 \

View File

@ -1,6 +1,6 @@
FROM i386/debian:wheezy-slim
ENV DEBIAN_FRONTEND noninteractive
RUN sed -i 's/deb.debian.org/http:\/\/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 \