diff --git a/Dockerfiles/Dockerfile.native b/Dockerfiles/Dockerfile.native index fcfc3b5..0693660 100644 --- a/Dockerfiles/Dockerfile.native +++ b/Dockerfiles/Dockerfile.native @@ -9,9 +9,9 @@ COPY . /build # Build RUN chmod +x mvnw && \ - ./mvnw --no-transfer-progress native:compile -Pnative -Dquarkus.native.additional-build-args=-H:NativeImageOptions=-march=ivybridge - && \ + ./mvnw --no-transfer-progress native:compile -Pnative -Dquarkus.native.additional-build-args=-H:NativeImageOptions=-march=ivybridge && \ rm -rf /root/.m2 + # Use a lightweight Linux base image with just enough runtime dependencies FROM photon:latest