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 4ec975f commit 6101baf
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 @@ -38,7 +38,7 @@ RUN yum -y install ca-certificates-2024.2.69_v8.0.303-80.0.el8_10 expat-2.2.5-15
#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 -ivh krb5-libs-1.18.2-29.el8_10.x86_64.rpm

RUN yum -y install krb5-libs-1.18.2-29.el8_10.x86_64 --nobest
RUN yum -y install krb5-libs-1.18.2-29.el8_10 --nobest

RUN adduser spinnaker
RUN mkdir -p ${SERVICE_PLUGIN_PATH}
Expand Down

0 comments on commit 6101baf

Please sign in to comment.