diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0adc8adbcdbbc433317b4934313f216f2ff7c987..683f8a0b768876e74445c62522ee66a0fc94b5c9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ image: docker:20.10.9
 
 variables:
   DOCKER_TLS_CERTDIR: "/certs"
-  BUILD_VERSION: p1
+  BUILD_VERSION: p2
 
 services:
   - docker:20.10.9-dind
diff --git a/Dockerfile b/Dockerfile
index aa92f554f84aa2b21daaad2b372c1d704eb82ea4..9c2694165bd812f4593dddeead55d1f058124185 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,5 +16,6 @@ RUN set -ex; \
 
 COPY entrypoint.sh entrypoint.sh
 ADD mod_auth_mellon.conf /etc/apache2/conf-enabled/mod_auth_mellon.conf
+RUN a2ensite default-ssl; a2enmod headers rewrite remoteip ssl
 
 USER www-data