Skip to content

Commit

Permalink
Fedora 40: add zsh for CI hash checking
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Müller <[email protected]>
  • Loading branch information
marcusmueller committed Dec 28, 2024
1 parent b0134b7 commit 2ae2a85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/ci-fedora-40-3.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,7 @@ RUN mkdir -p /src/build && \
make install && \
cd / && \
rm -rf /src/
# Install zsh for hash checker CI
# (Roll into large installation step above for next release)
RUN dnf --refresh install -y zsh &&\
dnf clean all

0 comments on commit 2ae2a85

Please sign in to comment.