Skip to content

Commit

Permalink
Update Dockerfile-fips
Browse files Browse the repository at this point in the history
  • Loading branch information
phanikumarp authored Sep 13, 2024
1 parent 76d0fac commit 8393445
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/ubi8/Dockerfile-fips
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 8393445

Please sign in to comment.