Skip to content

Commit

Permalink
Removing blank line to trigger travis
Browse files Browse the repository at this point in the history
  • Loading branch information
araspitzu committed Sep 4, 2019
1 parent 89d786c commit e5228cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FROM adoptopenjdk/openjdk11:jdk-11.0.3_7-alpine as BUILD
# Setup maven, we don't use https://hub.docker.com/_/maven/ as it declare .m2 as volume, we loose all mvn cache
# We can alternatively do as proposed by https://github.com/carlossg/docker-maven#packaging-a-local-repository-with-the-image
# this was meant to make the image smaller, but we use multi-stage build so we don't care

RUN apk add --no-cache curl tar bash

ARG MAVEN_VERSION=3.6.2
Expand Down

0 comments on commit e5228cf

Please sign in to comment.