From ff09754e073d607b8476f0c5586f5073f671c709 Mon Sep 17 00:00:00 2001 From: sump pump Date: Wed, 20 May 2020 22:55:10 +0000 Subject: [PATCH] Update Dockerfile.bird --- Dockerfile.bird | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.bird b/Dockerfile.bird index c164911..833c645 100644 --- a/Dockerfile.bird +++ b/Dockerfile.bird @@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y \ unzip WORKDIR /root -RUN curl -O -L ftp://bird.network.cz/pub/bird/bird-2.0.7.tar.gz +RUN curl -O -L https://bird.network.cz/download/bird-2.0.7.tar.gz RUN tar -xvzf bird-2.0.7.tar.gz # This directory must be mounted as a local volume with '-v `pwd`/bird:/etc/bird:rw' docker's command line option.