Skip to content

Commit d3ec078

Browse files
committed
blast it
1 parent 616b3da commit d3ec078

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

stackable-devel/Dockerfile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,21 @@ ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.9
5555
ENV CARGO_AUDITABLE_CRATE_VERSION=0.7.5
5656

5757
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?
5864
microdnf update
5965

66+
set -x
67+
microdnf repoquery iputils || true
68+
microdnf repoquery iputils --info || true
69+
set +x
70+
71+
exit 2
72+
6073
# git: Needed to fetch source
6174
# gcc: Needed for compilation
6275
# findutils: Needed for xargs, used (at least) by `gradlew` in the Kafka build process

0 commit comments

Comments
 (0)