diff --git a/docker/image/Dockerfile b/docker/image/Dockerfile index 326ff7bb755..000de1825e9 100644 --- a/docker/image/Dockerfile +++ b/docker/image/Dockerfile @@ -16,13 +16,7 @@ RUN apt-get update && \ git-all \ graphviz \ make \ - python3-doc8 \ - python3-docutils \ - python3-pip \ - python3-sphinx \ - python3-sphinx-copybutton \ - python3-sphinx-rtd-theme \ - python3-sphinx-tabs && \ + python3-pip && \ rm -rf /var/lib/apt/lists/* RUN useradd -u $uid -m $user