diff --git a/Dockerfile.in b/Dockerfile.in index 68897d5769..ef93480757 100644 --- a/Dockerfile.in +++ b/Dockerfile.in @@ -10,8 +10,9 @@ LABEL name=ARG_BIN \ maintainer="Tom Manville" \ description="Frameworks and utilities for application-specific data management, has updated openssl-libs." -RUN microdnf install git && \ - microdnf update openssl-libs && \ +RUN microdnf update openssl-libs && \ + microdnf update cyrus-sasl-lib && \ + microdnf install git && \ microdnf clean all COPY licenses /licenses/licenses