Update vppcfg location to git.ipng.ch, h/t @hellt

This commit is contained in:
Pim van Pelt
2025-05-04 18:59:41 +02:00
parent 88ee8a2ae8
commit b16599d267

View File

@ -14,7 +14,7 @@ RUN apt-get update && apt-get -y install vpp vpp-plugin-core && apt-get clean
# Build vppcfg
RUN pip install --break-system-packages build netaddr yamale argparse pyyaml ipaddress
RUN git clone https://github.com/pimvanpelt/vppcfg.git && cd vppcfg && python3 -m build && \
RUN git clone https://git.ipng.ch/ipng/vppcfg.git && cd vppcfg && python3 -m build && \
pip install --break-system-packages dist/vppcfg-*-py3-none-any.whl
# Config files