mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-26 16:47:31 -04:00
Always use requirements.txt from main
Instances of the requirements.txt file may be outdated in other branches.
This commit is contained in:
parent
83357e4d3c
commit
b926488de8
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ run_in_container "git -c advice.detachedHead=false clone --branch v${BIND_VERSIO
|
|||
cd bind9 && \
|
||||
apt-get -y install --no-install-recommends python3-pip && \
|
||||
rm -f /usr/lib/python3.*/EXTERNALLY-MANAGED && \
|
||||
pip3 install -r doc/arm/requirements.txt && \
|
||||
pip3 install -r https://gitlab.isc.org/isc-projects/bind9/-/raw/main/doc/arm/requirements.txt && \
|
||||
autoreconf -fi && \
|
||||
./configure --enable-umbrella && \
|
||||
make -j && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue