You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM ghcr.io/graalvm/native-image-community:21-muslib AS build-code
ARG APP_STORAGE_TYPE
ENV APP_STORAGE_TYPE=$APP_STORAGE_TYPE
RUN microdnf install -y git findutils
WORKDIR /app
COPY --from=build-emails /app/ /app
RUN git fetch --unshallow || echo "Nothing to do"
RUN ./gradlew --no-daemon --exclude-task test build -Dquarkus.package.jar.enabled=false -Dquarkus.native.enabled=true -Dquarkus.native.additional-build-args=--static,--libc=musl