From b16599d267c901989a78db60f8116fbd3b5f35ff Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 4 May 2025 18:59:41 +0200 Subject: [PATCH] Update vppcfg location to git.ipng.ch, h/t @hellt --- docker/Dockerfile.bookworm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile.bookworm b/docker/Dockerfile.bookworm index be5ebc7..d68de1a 100644 --- a/docker/Dockerfile.bookworm +++ b/docker/Dockerfile.bookworm @@ -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