Skip to content

Commit c0e4942

Browse files
committed
No need for jq
1 parent 5cd4c42 commit c0e4942

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ COPY --from=jre-build /jre jre
2929
# Install Java and make the operator run with a non-root user id (1000 is the `oracle` user)
3030
RUN set -eux; \
3131
microdnf -y update; \
32-
microdnf -y install jq; \
3332
microdnf clean all; \
3433
for bin in /jre/bin/*; do \
3534
base="$(basename "$bin")"; \

0 commit comments

Comments
 (0)