mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
Always use requirements.txt from main
Instances of the requirements.txt file may be outdated in other branches.
This commit is contained in:
@@ -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 && \
|
||||
|
Reference in New Issue
Block a user