Skip to content

Commit a2426fc

Browse files
authored
Add unzip to the list of dependencies in rhel-ubi/9 (#319)
* Add `unzip` to the list of dependencies in `rhel-ubi/9` * Add `zip` to the list of dependencies in `rhel-ubi/9`
1 parent 4f043e2 commit a2426fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

swift-ci/master/rhel-ubi/9/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ RUN yum install -y \
1616
ncurses-devel \
1717
python3-devel \
1818
rsync \
19-
sqlite-devel
19+
sqlite-devel \
20+
unzip \
21+
zip
2022

2123
USER build-user
2224

0 commit comments

Comments
 (0)