From 813e71e86ef0efb0b897839ad9b2624eee63c3f8 Mon Sep 17 00:00:00 2001 From: phanikumar Date: Fri, 13 Sep 2024 12:22:45 +0530 Subject: [PATCH] Update Dockerfile-fips --- docker/ubi8/Dockerfile-fips | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/ubi8/Dockerfile-fips b/docker/ubi8/Dockerfile-fips index 27b2917d3..759ea5dc2 100644 --- a/docker/ubi8/Dockerfile-fips +++ b/docker/ubi8/Dockerfile-fips @@ -57,6 +57,9 @@ 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 \ + && dnf clean all # Download and build glibc RUN cd /usr/local/src \