From 92c9a84c128b05d15efc04faa1c5fb65c6b5309c Mon Sep 17 00:00:00 2001 From: phanikumar Date: Fri, 13 Sep 2024 11:48:53 +0530 Subject: [PATCH] Update Dockerfile-fips --- docker/ubi8/Dockerfile-fips | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/ubi8/Dockerfile-fips b/docker/ubi8/Dockerfile-fips index 7595ffd71..cd316f882 100644 --- a/docker/ubi8/Dockerfile-fips +++ b/docker/ubi8/Dockerfile-fips @@ -52,6 +52,8 @@ RUN yum install -y \ gcc-c++ \ make \ bzip2 \ + bison \ + python3 \ && yum clean all #RUN yum -y remove tar vim vi