Update Dockerfile.bird

This commit is contained in:
sump pump 2020-05-20 22:55:10 +00:00
parent 32bb749cfb
commit ff09754e07

View File

@ -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.