We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd4c42 commit c0e4942Copy full SHA for c0e4942
Dockerfile
@@ -29,7 +29,6 @@ COPY --from=jre-build /jre jre
29
# Install Java and make the operator run with a non-root user id (1000 is the `oracle` user)
30
RUN set -eux; \
31
microdnf -y update; \
32
- microdnf -y install jq; \
33
microdnf clean all; \
34
for bin in /jre/bin/*; do \
35
base="$(basename "$bin")"; \
0 commit comments