We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0134b7 commit 2ae2a85Copy full SHA for 2ae2a85
ci/ci-fedora-40-3.10/Dockerfile
@@ -85,3 +85,7 @@ RUN mkdir -p /src/build && \
85
make install && \
86
cd / && \
87
rm -rf /src/
88
+# Install zsh for hash checker CI
89
+# (Roll into large installation step above for next release)
90
+RUN dnf --refresh install -y zsh &&\
91
+ dnf clean all
0 commit comments