summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-03-11 20:29:22 +0100
committerChristian Breunig <christian@breunig.cc>2023-03-11 20:29:22 +0100
commitad69d7248264cdc1ab302a1dce151300f1a738af (patch)
tree4c979b74d3e867aa11085a51d25da054efd59b09 /docker
parent3e051f8f122d5780104c5b3af3cc69fa3f046a03 (diff)
downloadvyos-build-ad69d7248264cdc1ab302a1dce151300f1a738af.tar.gz
vyos-build-ad69d7248264cdc1ab302a1dce151300f1a738af.zip
Docker: T5076: use Debian python3-inotify package
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile2
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 \