From 76d0fac1aee02fe303b0ea95b28e105749c3ebf4 Mon Sep 17 00:00:00 2001 From: phanikumar Date: Fri, 13 Sep 2024 12:50:02 +0530 Subject: [PATCH] Update Dockerfile-fips --- docker/ubi8/Dockerfile-fips | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docker/ubi8/Dockerfile-fips b/docker/ubi8/Dockerfile-fips index c6ecb05ce..c4625bde9 100644 --- a/docker/ubi8/Dockerfile-fips +++ b/docker/ubi8/Dockerfile-fips @@ -58,9 +58,8 @@ RUN dnf install -y \ && dnf clean all 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 - + && rpm -i bison-3.0.4-7.el8.x86_64.rpm + # Download and build glibc RUN cd /usr/local/src \ && wget https://ftp.gnu.org/gnu/libc/glibc-2.33.tar.gz \