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