From 839344522191e411d74988aa38838388eb3fb6e4 Mon Sep 17 00:00:00 2001 From: phanikumar Date: Fri, 13 Sep 2024 13:02:32 +0530 Subject: [PATCH] Update Dockerfile-fips --- docker/ubi8/Dockerfile-fips | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker/ubi8/Dockerfile-fips b/docker/ubi8/Dockerfile-fips index c4625bde9..d7c2ee5ec 100644 --- a/docker/ubi8/Dockerfile-fips +++ b/docker/ubi8/Dockerfile-fips @@ -58,7 +58,9 @@ 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 \ - && rpm -i bison-3.0.4-7.el8.x86_64.rpm +RUN pwd +RUN ls +RUN rpm -i bison-3.0.4-7.el8.x86_64.rpm # Download and build glibc RUN cd /usr/local/src \