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:
parent
d665fde7bd
commit
7b4aedffe6
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user