From a2ab8154022b348d24a5d51079f3f902ff6227d0 Mon Sep 17 00:00:00 2001
From: Stian Lyng <stianlyng@protonmail.com>
Date: Thu, 20 Apr 2023 14:58:07 +0200
Subject: [PATCH] add maven apk

---
 Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Dockerfile b/Dockerfile
index cc732f55..c8844df0 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
 
-- 
GitLab