Skip to content

Commit 2838e2e

Browse files
authored
Add zip and unzip package to CI Dockerfiles for Fedora 39 and 40 (#387)
1 parent 8c9e8bd commit 2838e2e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

swift-ci/master/fedora/39/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ RUN yum install -y \
2222
which \
2323
git \
2424
cmake \
25+
zip \
26+
unzip \
2527
diffutils
2628

2729
USER build-user

swift-ci/master/fedora/40/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ RUN yum install -y \
2222
which \
2323
git \
2424
cmake \
25+
zip \
26+
unzip \
2527
diffutils
2628

2729
USER build-user

0 commit comments

Comments
 (0)