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 28bc3d5 commit 76d0fac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker/ubi8/Dockerfile-fips
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@ 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 \
&& dnf install -y bison-3.0.4-7.el8.x86_64.rpm\
&& dnf clean all

&& rpm -i bison-3.0.4-7.el8.x86_64.rpm

# Download and build glibc
RUN cd /usr/local/src \
&& wget https://ftp.gnu.org/gnu/libc/glibc-2.33.tar.gz \
Expand Down

0 comments on commit 76d0fac

Please sign in to comment.