diff --git a/unittests/docker/Dockerfile b/unittests/docker/Dockerfile
index 4ed467a4bed7eba42d74bfbe62c5f6816a80b220..51a9006ff59aad81e3f2fc09b5d783518a07f06e 100644
--- a/unittests/docker/Dockerfile
+++ b/unittests/docker/Dockerfile
@@ -7,9 +7,9 @@ RUN apt-get update && \
     apt-get install -y \
       pylint3 python3-pip tox git \
       curl pycodestyle \
-      python3-sphinx python3-mypy
+      python3-sphinx
 ARG COMMIT="dev"
 # TODO Rename to linkahead
 RUN git clone -b dev https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git linkahead-pylib && \
     cd linkahead-pylib && git checkout $COMMIT && pip3 install .
-RUN pip3 install recommonmark sphinx-rtd-theme
+RUN pip3 install recommonmark sphinx-rtd-theme mypy