Skip to content

Commit

Permalink
Update Dockerfile-fips
Browse files Browse the repository at this point in the history
  • Loading branch information
phanikumarp authored Oct 25, 2024
1 parent 1ff2562 commit 6847af6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/ubi8/Dockerfile-fips
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ RUN update-crypto-policies --set FIPS
COPY fiat-web/build/install/fiat /opt/fiat
#RUN yum -y install java-17-openjdk-devel wget vim net-tools curl nettle

RUN yum -y install wget
#cve fix
RUN yum install wget krb5-libs-1.18.2-29.el8_10 expat-2.2.5-15.el8_10 -y
RUN yum install ca-certificates-2024.2.69_v8.0.303-80.0.el8_10 -y

#RUN yum -y update
RUN adduser spinnaker
RUN mkdir -p ${SERVICE_PLUGIN_PATH}
Expand Down

0 comments on commit 6847af6

Please sign in to comment.