diff options
author | Christian Breunig <christian@breunig.cc> | 2023-03-11 20:29:22 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-03-11 20:29:22 +0100 |
commit | ad69d7248264cdc1ab302a1dce151300f1a738af (patch) | |
tree | 4c979b74d3e867aa11085a51d25da054efd59b09 | |
parent | 3e051f8f122d5780104c5b3af3cc69fa3f046a03 (diff) | |
download | vyos-build-ad69d7248264cdc1ab302a1dce151300f1a738af.tar.gz vyos-build-ad69d7248264cdc1ab302a1dce151300f1a738af.zip |
Docker: T5076: use Debian python3-inotify package
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |