Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Sep 27, 2023
1 parent 2fd466c commit 637f46d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ci_build_images/rhel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 637f46d

Please sign in to comment.