VNC-292 Fedora: add dependency on crypto-policies-scripts

Fedora users need to allow SHA1 in their system crypto policy.
This commit is contained in:
Dmitry Maksyoma 2026-01-12 16:09:40 +13:00
parent 7776dbc304
commit c9e0f2a437
No known key found for this signature in database
3 changed files with 1 additions and 3 deletions

View file

@ -15,7 +15,6 @@ COPY $KASMVNC_PACKAGE_DIR/kasmvncserver-*.rpm /tmp/
COPY fedora/kasmvncserver.spec /tmp/
RUN /tmp/scripts/install_kasmvncserver_package
RUN dnf install -y crypto-policies-scripts
RUN update-crypto-policies --set FIPS:SHA1
RUN mkdir -p $STARTUPDIR

View file

@ -15,7 +15,6 @@ COPY $KASMVNC_PACKAGE_DIR/kasmvncserver-*.rpm /tmp/
COPY fedora/kasmvncserver.spec /tmp/
RUN /tmp/scripts/install_kasmvncserver_package
RUN dnf install -y crypto-policies-scripts
RUN update-crypto-policies --set FIPS:SHA1
RUN mkdir -p $STARTUPDIR