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