0
0
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:
Matous Holinka 2019-11-20 14:16:55 +01:00
parent 7b4aedffe6
commit f04caf315e

View File

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