mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-02-02 14:20:01 +00:00
bird: minor fixes
This commit is contained in:
parent
3f7f6bd426
commit
103104bf1d
@ -1,6 +1,6 @@
|
|||||||
FROM debian:wheezy-slim
|
FROM debian:wheezy-slim
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
RUN sed -i 's/deb.debian.org/archive.debian.org/' /etc/apt/sources.list
|
RUN sed -i 's/deb.debian.org/http:\/\/archive.debian.org\/debian\//' /etc/apt/sources.list
|
||||||
RUN apt-get -y update
|
RUN apt-get -y update
|
||||||
RUN apt-get -y upgrade
|
RUN apt-get -y upgrade
|
||||||
RUN apt-get -y install \
|
RUN apt-get -y install \
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
FROM i386/debian:wheezy-slim
|
FROM i386/debian:wheezy-slim
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
RUN sed -i 's/deb.debian.org/archive.debian.org/' /etc/apt/sources.listRUN apt-get -y update
|
RUN sed -i 's/deb.debian.org/http:\/\/archive.debian.org\/debian\//' /etc/apt/sources.list
|
||||||
|
RUN apt-get -y update
|
||||||
RUN apt-get -y upgrade
|
RUN apt-get -y upgrade
|
||||||
RUN apt-get -y install \
|
RUN apt-get -y install \
|
||||||
autoconf \
|
autoconf \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user