diff --git a/creator-ee/Dockerfile b/creator-ee/Dockerfile
index c4b9386f795ad58498422be6dbe81a5cbc12dc52..08bac51ef477f1f878fa57590a637ca4f215e4b9 100644
--- a/creator-ee/Dockerfile
+++ b/creator-ee/Dockerfile
@@ -1,9 +1,9 @@
 FROM quay.io/centos/centos:stream9
 
 LABEL \
-	org.opencontainers.image.title="creator-ee" \
-	org.opencontainers.image.url="https://code.fbi.h-da.de/hdacloud/images" \
-	org.opencontainers.image.source="https://code.fbi.h-da.de/hdacloud/images"
+    org.opencontainers.image.title="creator-ee" \
+    org.opencontainers.image.url="https://code.fbi.h-da.de/hdacloud/images" \
+    org.opencontainers.image.source="https://code.fbi.h-da.de/hdacloud/images"
 
 RUN \
     yum update -y && \
@@ -15,6 +15,8 @@ RUN \
     python3-pip \
     && yum clean all
 
+RUN pip install --upgrade pip
+
 RUN \
     pip install \
     dumb-init \