From ceb087c571685d8c520a6efb2a72423494c15b8c Mon Sep 17 00:00:00 2001 From: Yang Yang <153794571+YuWanTingbb@users.noreply.github.com> Date: Wed, 6 Mar 2024 08:45:42 +0800 Subject: [PATCH] Update Dockerfile.native --- Dockerfiles/Dockerfile.native | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfiles/Dockerfile.native b/Dockerfiles/Dockerfile.native index 33a12a1..276b75b 100644 --- a/Dockerfiles/Dockerfile.native +++ b/Dockerfiles/Dockerfile.native @@ -9,7 +9,7 @@ COPY . /build # Build with a more generic CPU target RUN chmod +x mvnw && \ - ./mvnw --no-transfer-progress package -Pnative \ + ./mvnw package -Pnative \ -Dquarkus.native.additional-build-args=-H:-UseAdvancedInstructionSets && \ rm -rf /root/.m2