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

add maven apk

parent 9e37fe73
No related branches found
No related tags found
Loading
......@@ -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