diff --git a/builder/dockerfile.oracle_9.barebones.rpm.test b/builder/dockerfile.oracle_9.barebones.rpm.test index e8866da..2e8f3b5 100644 --- a/builder/dockerfile.oracle_9.barebones.rpm.test +++ b/builder/dockerfile.oracle_9.barebones.rpm.test @@ -13,6 +13,9 @@ ARG KASMVNC_PACKAGE_DIR COPY $KASMVNC_PACKAGE_DIR/*.rpm /tmp RUN dnf localinstall -y /tmp/*.rpm +RUN dnf install -y crypto-policies-scripts +RUN update-crypto-policies --set FIPS:SHA1 + RUN mkdir -p $STARTUPDIR COPY startup/vnc_startup_barebones.sh $STARTUPDIR