mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-03 15:41:54 +00:00
bird: minor fixes
This commit is contained in:
parent
dc016eef6e
commit
d7de7826f6
@ -1,8 +1,8 @@
|
||||
FROM debian:wheezy-slim
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
RUN cat /etc/apt/sources.list
|
||||
# RUN sed -i 's/deb.debian.org\/debian wheezy main/archive.debian.org\/debian\/dists\/wheezy/' /etc/apt/sources.list
|
||||
RUN echo 'http://archive.debian.org/debian/dists/wheezy/' > /etc/apt/sources.list
|
||||
RUN echo 'deb http://archive.debian.org/debian/dists/wheezy/ wheezy main' > /etc/apt/sources.list
|
||||
RUN echo 'deb http://archive.debian.org/debian/dists/wheezy/ wheezy-updates main' >> /etc/apt/sources.list
|
||||
RUN apt-get -y update
|
||||
RUN apt-get -y upgrade
|
||||
RUN apt-get -y install \
|
||||
|
@ -1,6 +1,7 @@
|
||||
FROM i386/debian:wheezy-slim
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
RUN echo 'http://archive.debian.org/debian/dists/wheezy/' > /etc/apt/sources.list
|
||||
RUN echo 'deb http://archive.debian.org/debian/dists/wheezy/ wheezy main' > /etc/apt/sources.list
|
||||
RUN echo 'deb http://archive.debian.org/debian/dists/wheezy/ wheezy-updates main' >> /etc/apt/sources.list
|
||||
RUN apt-get -y update
|
||||
RUN apt-get -y upgrade
|
||||
RUN apt-get -y install \
|
||||
|
Loading…
Reference in New Issue
Block a user