diff --git a/docker/Dockerfile_X86_64 b/docker/Dockerfile_X86_64
index e3676f62822cb76b15f7d27820e61be695b92cda..61198232474453a9c2031235a8ad9bcf42d5fcd5 100644
--- a/docker/Dockerfile_X86_64
+++ b/docker/Dockerfile_X86_64
@@ -9,7 +9,10 @@ RUN apt-get update && apt-get install -y \
     python3-dev \
     python3-pip \
     python3-tk \
-    python3-matplotlib
+    python3-matplotlib \
+    python3-scipy \
+    python3-sphinx \
+    texlive-latex-recommended
 RUN pip3 install --upgrade pip
 RUN pip3 install scipy nose coverage pytest pytest-cov Sphinx sphinxcontrib-bibtex
 
diff --git a/docker/Dockerfile_i686 b/docker/Dockerfile_i686
index 4aabd0fe64f5a1b9e70ac6d3b7be030ae8ec06a3..f822a9c443a69ffcfdb3cbbe3f5cc20040710e1f 100644
--- a/docker/Dockerfile_i686
+++ b/docker/Dockerfile_i686
@@ -9,9 +9,12 @@ RUN apt-get update && apt-get install -y \
     python3-dev \
     python3-pip \
     python3-tk \
-    python3-matplotlib
+    python3-matplotlib \
+    python3-scipy \
+    python3-sphinx \
+    texlive-latex-recommended
 RUN pip3 install --upgrade pip
-RUN pip3 install scipy nose coverage pytest pytest-cov Sphinx sphinxcontrib-bibtex
+RUN pip3 install nose coverage pytest pytest-cov sphinxcontrib-bibtex
 
 # Copy the ltfatpy sdist in the docker directory and uncomment the following line
 # if you want to include ltfatpy sources in the docker image :