diff --git a/Dockerfile b/Dockerfile
index cc732f552309b21017b8a3020e0ef519e35be7b9..c8844df0e2b145d95f4a4adad54b0d805b81a484 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -35,6 +35,8 @@ WORKDIR /app
 # Copy the pom.xml file to the working directory
 COPY pom.xml .
 
+RUN apk add maven
+
 # Download and cache dependencies to improve build times
 RUN mvn dependency:go-offline