Skip to content
Snippets Groups Projects
Commit a2ab8154 authored by Stian Lyng's avatar Stian Lyng
Browse files

add maven apk

parent 9e37fe73
Branches 217-add-algotihm-to-find-relevant-statistics
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment