diff --git a/Dockerfile b/Dockerfile
index b7404223938d04eb92dc7f42c8d6d8da84c3e86c..af9278ab345d5fa42ee10929e43ecc238153844e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -72,7 +72,8 @@ RUN \
 	pip3 install --upgrade pip && \
 	pip3 install setuptools wheel && \
 	pip3 install -r /app/api/requirements.txt && \
-	pip3 install gunicorn uvicorn
+	pip3 install gunicorn uvicorn && \
+	pip3 install service_identity
 
 COPY ./src/api/ /app/api/
 COPY ./src/front /app/front