Skip to content

Commit

Permalink
Merge pull request #24 from project-ncl/revert-23-UNSHARE
Browse files Browse the repository at this point in the history
Revert "Install unshare in final image"
  • Loading branch information
rnc authored Jan 24, 2025
2 parents f1bd710 + 48c10d0 commit 9c8fa4d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/docker/Dockerfile.all-in-one
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ COPY ./ .
RUN git config --global --add safe.directory /work && mvn -e -V -B package -Dmaven.test.skip=true

FROM registry.access.redhat.com/ubi8/openjdk-21-runtime@sha256:418b3b6f9bc41ba969a6c7a20b06831131e30d6b4140e29a9453c6a4f08f8c21

USER 0
RUN microdnf --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install -y util-linux

WORKDIR /work/

COPY --from=builder /work/target/quarkus-app/lib/ /deployments/lib/
Expand Down

0 comments on commit 9c8fa4d

Please sign in to comment.