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 ec07bab commit 56ede97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ubi8/Dockerfile-fips
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RUN dnf install -y \
RUN cd /usr/local/src \
&& wget https://ftp.gnu.org/gnu/bison/bison-3.7.4.tar.gz \
&& tar -xzf bison-3.7.4.tar.gz \
&& cd bison-3.7 \
&& cd bison-3.7.4 \
&& ./configure \
&& make \
&& make install
Expand Down

0 comments on commit 56ede97

Please sign in to comment.