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 813e71e commit 28bc3d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/ubi8/Dockerfile-fips
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ RUN dnf install -y \
python3 \
&& dnf clean all

RUN wget 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 \
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

# Download and build glibc
Expand Down

0 comments on commit 28bc3d5

Please sign in to comment.