mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote-tracking branch 'origin/topic/johanna/centos-9-stream-openssl'
* origin/topic/johanna/centos-9-stream-openssl: Fix SSL tests on Centos Stream 9
This commit is contained in:
commit
4d1b9f4a08
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@ RUN dnf -y --nobest install \
|
||||||
swig \
|
swig \
|
||||||
which \
|
which \
|
||||||
zlib-devel \
|
zlib-devel \
|
||||||
|
tar \
|
||||||
&& dnf clean all && rm -rf /var/cache/dnf
|
&& dnf clean all && rm -rf /var/cache/dnf
|
||||||
|
|
||||||
|
# Set the crypto policy to allow SHA-1 certificates - which we have in our tests
|
||||||
|
RUN dnf -y --nobest install crypto-policies-scripts && update-crypto-policies --set LEGACY
|
||||||
|
|
||||||
RUN pip3 install junit2html
|
RUN pip3 install junit2html
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue