From ad69d7248264cdc1ab302a1dce151300f1a738af Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sat, 11 Mar 2023 20:29:22 +0100 Subject: Docker: T5076: use Debian python3-inotify package --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker') diff --git a/docker/Dockerfile b/docker/Dockerfile index 719aa484..b0bed95f 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -288,7 +288,6 @@ RUN apt-get update && apt-get install -y \ # Packages needed for vyos-1x RUN pip install --break-system-packages \ git+https://github.com/aristanetworks/j2lint.git@341b5d5db86 \ - inotify==0.2.10 \ pyhumps==3.8.0; \ apt-get update && apt-get install -y \ dh-python \ @@ -297,6 +296,7 @@ RUN pip install --break-system-packages \ libzmq3-dev \ python3 \ python3-setuptools \ + python3-inotify \ python3-sphinx \ python3-xmltodict \ python3-lxml \ -- cgit v1.2.3