From 28bc3d5ee186a87db8fc66f8114d4f4553f22490 Mon Sep 17 00:00:00 2001 From: phanikumar Date: Fri, 13 Sep 2024 12:35:22 +0530 Subject: [PATCH] Update Dockerfile-fips --- docker/ubi8/Dockerfile-fips | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/ubi8/Dockerfile-fips b/docker/ubi8/Dockerfile-fips index 759ea5dc2..c6ecb05ce 100644 --- a/docker/ubi8/Dockerfile-fips +++ b/docker/ubi8/Dockerfile-fips @@ -57,8 +57,8 @@ RUN dnf install -y \ python3 \ && dnf clean all -RUN wget https://rpmfind.net/linux/centos/8/updates/x86_64/Packages/bison-3.0.4-7.el8.x86_64.rpm \ - && dnf install -y bison-3.0.4-7.el8.x86_64.rpm \ +RUN curl -O https://rpmfind.net/linux/centos/8/updates/x86_64/Packages/bison-3.0.4-7.el8.x86_64.rpm \ + && dnf install -y bison-3.0.4-7.el8.x86_64.rpm\ && dnf clean all # Download and build glibc