Skip to content

Commit 2ae2a85

Browse files
committed
Fedora 40: add zsh for CI hash checking
Signed-off-by: Marcus Müller <[email protected]>
1 parent b0134b7 commit 2ae2a85

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/ci-fedora-40-3.10/Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,7 @@ RUN mkdir -p /src/build && \
8585
make install && \
8686
cd / && \
8787
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

Comments
 (0)