From 175c2ddd05954510add03702511dce61640fdc87 Mon Sep 17 00:00:00 2001 From: nandakishoref5 Date: Mon, 19 Apr 2021 17:43:21 +0530 Subject: [PATCH] Upgrading Packages of gnutls and nettle --- build-tools/Dockerfile-rhel-multistage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tools/Dockerfile-rhel-multistage b/build-tools/Dockerfile-rhel-multistage index d2deea0f..a0975006 100644 --- a/build-tools/Dockerfile-rhel-multistage +++ b/build-tools/Dockerfile-rhel-multistage @@ -48,7 +48,7 @@ RUN microdnf --enablerepo=ubi-8-baseos \ install --nodocs shadow-utils \ python36 && \ microdnf update && \ - microdnf --enablerepo=ubi-8-baseos --enablerepo=ubi-8-appstream update nss-tools nss-softokn nss-util && \ + microdnf --enablerepo=ubi-8-baseos --enablerepo=ubi-8-appstream update nss-tools nss-softokn nss-util && \ adduser ctlr && \ microdnf remove shadow-utils && \ microdnf clean all \