diff --git a/ci_build_images/rhel.Dockerfile b/ci_build_images/rhel.Dockerfile index 3aa621f6..bc76ad71 100644 --- a/ci_build_images/rhel.Dockerfile +++ b/ci_build_images/rhel.Dockerfile @@ -30,9 +30,8 @@ RUN case $base_image in \ curl -sL "https://github.com/Yelp/dumb-init/releases/download/v1.2.5/dumb-init_1.2.5_$(uname -m)" >/usr/local/bin/dumb-init; \ chmod +x /usr/local/bin/dumb-init; \ # rhel8 need a specific Judy(-devel) pkg \ - dnf -y install \ - "https://dl.fedoraproject.org/pub/fedora/linux/releases/38/Everything/$(arch)/os/Packages/j/Judy-1.0.5-31.fc38.$(arch).rpm"; \ - "https://dl.fedoraproject.org/pub/fedora/linux/releases/38/Everything/$(arch)/os/Packages/j/Judy-devel-1.0.5-31.fc38.$(arch).rpm"; \ + dnf -y install "https://dl.fedoraproject.org/pub/fedora/linux/releases/38/Everything/$(arch)/os/Packages/j/Judy-1.0.5-31.fc38.$(arch).rpm"; \ + dnf -y install "https://dl.fedoraproject.org/pub/fedora/linux/releases/38/Everything/$(arch)/os/Packages/j/Judy-devel-1.0.5-31.fc38.$(arch).rpm"; \ ;; \ esac \ && dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-${v}.noarch.rpm \