diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bcd196f12b6db410f8bc34006a617cc7b8cb1a81..7c065ad2788b43ee130d285292538ce8a03e19e5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ image: docker:24
 
 variables:
   DOCKER_TLS_CERTDIR: "/certs"
-  BUILD_VERSION: p1
+  BUILD_VERSION: p2
 
 services:
   - docker:24-dind
diff --git a/Dockerfile b/Dockerfile
index 80bf7a0b35c690ad4426a822acc56b89b02f2d14..00b6d41aeaea2684ece9619986f74422a883282f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,9 +15,9 @@ RUN set -ex; \
         --no-interaction \
         --optimize-autoloader \
         require \
-            roundcube/classic \
             johndoh/contextmenu \
             johndoh/globaladdressbook \
             prodrigestivill/gravatar \
+            weird-birds/thunderbird_labels \
     ;