Skip to content

Commit

Permalink
Update Dockerfile-fips
Browse files Browse the repository at this point in the history
  • Loading branch information
phanikumarp authored Nov 5, 2024
1 parent 6042e14 commit df5a367
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/ubi8/Dockerfile-fips
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ 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

#cvefix
RUN yum -y install wget ca-certificates-2024.2.69_v8.0.303-80.0.el8_10 expat-2.2.5-15.el8_10
RUN wget https://fr2.rpmfind.net/linux/almalinux/8.10/BaseOS/x86_64/os/Packages/krb5-libs-1.18.2-29.el8_10.x86_64.rpm
RUN rpm -Uvh --force krb5-libs-1.18.2-29.el8_10.x86_64.rpm

# AWS CLI
RUN yum -y install python3-pip && \
Expand Down

0 comments on commit df5a367

Please sign in to comment.