Skip to content

Commit

Permalink
Remove unsupported mount flag too new for the docker engine used
Browse files Browse the repository at this point in the history
  • Loading branch information
juanluisrp committed Oct 19, 2023
1 parent 7896ac9 commit 3a19990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-in-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN git clone --recursive https://github.com/eea/geonetwork-eea.git /tmp/geonetw
WORKDIR /tmp/geonetwork-eea
RUN git checkout $COMMIT_OR_BRANCH
RUN git submodule update --init --recursive
RUN --mount=type=cache,target=/root/.m2/repository mvn -B install -DskipTests
RUN mvn -B install -DskipTests
RUN unzip /tmp/geonetwork-eea/web/target/geonetwork.war -d /tmp/geonetwork


Expand Down

0 comments on commit 3a19990

Please sign in to comment.