Fix Oracle 9 barebones test

This commit is contained in:
Dmitry Maksyoma 2023-04-01 23:33:39 +13:00
parent a0121b4117
commit 22901b87b0
No known key found for this signature in database

View File

@ -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