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 \