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 616b3da commit d3ec078Copy full SHA for d3ec078
1 file changed
stackable-devel/Dockerfile
@@ -55,8 +55,21 @@ ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.9
55
ENV CARGO_AUDITABLE_CRATE_VERSION=0.7.5
56
57
RUN <<EOF
58
+set -x
59
+microdnf repoquery iputils || true
60
+microdnf repoquery iputils --info || true
61
+set +x
62
+
63
+# What if we don't update the index?
64
microdnf update
65
66
67
68
69
70
71
+exit 2
72
73
# git: Needed to fetch source
74
# gcc: Needed for compilation
75
# findutils: Needed for xargs, used (at least) by `gradlew` in the Kafka build process
0 commit comments