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 4f41bf0 commit a28af3d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/ubi8/Dockerfile-fips
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ USER root

RUN yum -y install wget git

#cve fix
RUN yum install 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


# AWS CLI
RUN yum -y install python3-pip && \
pip3 install --upgrade pyyaml==5.4 s3cmd==${AWS_CLI_S3_CMD} python-magic \
Expand Down

0 comments on commit a28af3d

Please sign in to comment.