0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-02-02 14:20:01 +00:00

bird: correct urls were added (fixed)

This commit is contained in:
Matous Holinka 2019-11-20 13:38:44 +01:00
parent d665fde7bd
commit 7b4aedffe6
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/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 \

View File

@ -1,6 +1,6 @@
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 \