diff options
author | Christian Breunig <christian@breunig.cc> | 2024-04-03 20:52:04 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-04-03 20:56:03 +0200 |
commit | 02144bc3f8cc4991baac6195922421cb122d1dba (patch) | |
tree | cc1a3becb85a7dfa2d6b670458a09787f9da8229 /docker | |
parent | fa4eb5ce83304c763cffad43e696fdb858440a6f (diff) | |
download | vyos-build-02144bc3f8cc4991baac6195922421cb122d1dba.tar.gz vyos-build-02144bc3f8cc4991baac6195922421cb122d1dba.zip |
T6199: remove unneeded python3-sphinx build dependency for vyos-1x
(cherry picked from commit 22f3569e994fe1e1f8fb96d81ddd62347d0d9df5)
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 325241d7..99bfcf1d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -241,7 +241,6 @@ RUN pip install --break-system-packages \ python3 \ python3-setuptools \ python3-inotify \ - python3-sphinx \ python3-xmltodict \ python3-lxml \ python3-nose \ |