Update Dockerfile.bird
This commit is contained in:
parent
32bb749cfb
commit
ff09754e07
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user