mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +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 && \
|
cd bind9 && \
|
||||||
apt-get -y install --no-install-recommends python3-pip && \
|
apt-get -y install --no-install-recommends python3-pip && \
|
||||||
rm -f /usr/lib/python3.*/EXTERNALLY-MANAGED && \
|
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 && \
|
autoreconf -fi && \
|
||||||
./configure --enable-umbrella && \
|
./configure --enable-umbrella && \
|
||||||
make -j && \
|
make -j && \
|
||||||
|
Reference in New Issue
Block a user