diff --git a/.docker/Dockerfile b/.docker/Dockerfile
index 2d4502456ba050fa9d5624585f2fa785ee74d76e..7f64aac0e3dd029c15ac90770e8f951715aab87a 100644
--- a/.docker/Dockerfile
+++ b/.docker/Dockerfile
@@ -16,4 +16,8 @@ RUN BIN="/usr/local/bin" && \
     chmod +x "${BIN}/${BINARY_NAME}"
 
 
+RUN apt-get install -y cmake
+RUN apt-get install -y python3-pip
 
+COPY doc/requirements.txt requirements.txt
+RUN pip3 install -r requirements.txt
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c9e65926881e627a9d4d96d9555106a580a00230..587cb2498a159c38bf6ba0cea320817ce5d3902c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -66,8 +66,8 @@ linting:
 pages:
   tags: [ docker ]
   stage: deploy
-  only:
-    - web
+  #only:
+    #- web
   script:
     - mkdir -p build
     - cd build