From 3a199905d2d5a954079f192dd971529cad9cb772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Rodri=CC=81guez?= Date: Thu, 28 Sep 2023 18:07:06 +0200 Subject: [PATCH] Remove unsupported mount flag too new for the docker engine used --- build-in-docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-in-docker/Dockerfile b/build-in-docker/Dockerfile index ea94d51ed2..7dd098706c 100644 --- a/build-in-docker/Dockerfile +++ b/build-in-docker/Dockerfile @@ -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