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.