From 4ec975fb961235ad89983bddd8deec659f1b96d5 Mon Sep 17 00:00:00 2001 From: phanikumar Date: Tue, 5 Nov 2024 17:21:41 +0530 Subject: [PATCH] Update Dockerfile-fips --- docker/ubi8/Dockerfile-fips | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker/ubi8/Dockerfile-fips b/docker/ubi8/Dockerfile-fips index 12b1396ef..99942d3fe 100644 --- a/docker/ubi8/Dockerfile-fips +++ b/docker/ubi8/Dockerfile-fips @@ -34,12 +34,11 @@ COPY front50-web/build/install/front50 /opt/front50 RUN yum -y install wget RUN yum -y install ca-certificates-2024.2.69_v8.0.303-80.0.el8_10 expat-2.2.5-15.el8_10 -RUN yum remove krb5-libs-1.18.2-25.el8_8.x86_64 #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 +RUN yum -y install krb5-libs-1.18.2-29.el8_10.x86_64 --nobest RUN adduser spinnaker RUN mkdir -p ${SERVICE_PLUGIN_PATH}