Skip to content

Commit 3154910

Browse files
committed
yeeeeeet
1 parent d3ec078 commit 3154910

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

stackable-base/Dockerfile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,21 @@ COPY stackable-base/stackable/curlrc /root/.curlrc
6767
# It seems to work as intended so I'm not going to touch it!
6868
# hadolint ignore=SC2028
6969
RUN <<EOF
70+
set -x
71+
microdnf repoquery iputils || true
72+
microdnf repoquery iputils --info || true
73+
set +x
74+
75+
# What if we don't update the index?
7076
microdnf update
7177

78+
set -x
79+
microdnf repoquery iputils || true
80+
microdnf repoquery iputils --info || true
81+
set +x
82+
83+
exit 2
84+
7285
# **findutils**
7386
# Needed to find all patch files, used in `apply_patches.sh`, and helpful for debugging
7487
# Added 2024-10: Last vulnerability in 2007, only two vulnerabilities in total, a risk we accept

0 commit comments

Comments
 (0)