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 56ede97 commit d61bfb6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker/ubi8/Dockerfile-fips
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@ RUN dnf install -y \
python3 \
&& dnf clean all

# Install GNU M4
RUN cd /usr/local/src \
&& wget https://ftp.gnu.org/gnu/m4/m4-1.4.18.tar.gz \
&& tar -xzf m4-1.4.18.tar.gz \
&& cd m4-1.4.18 \
&& ./configure \
&& make \
&& make install

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 \
Expand Down

0 comments on commit d61bfb6

Please sign in to comment.