mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: install openssl
for Fedora 37 testing image
GitHub Workflows fail installing Helm if the `openssl` package is not available. Fedora 36 installs `openssl` by default, Fedora 37 does not. Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
ff18fb1def
commit
774beef838
@ -33,6 +33,7 @@ RUN source /build.env \
|
|||||||
findutils \
|
findutils \
|
||||||
librados-devel \
|
librados-devel \
|
||||||
librbd-devel \
|
librbd-devel \
|
||||||
|
openssl \
|
||||||
rubygems \
|
rubygems \
|
||||||
ShellCheck \
|
ShellCheck \
|
||||||
codespell \
|
codespell \
|
||||||
|
Loading…
Reference in New Issue
Block a user