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 \