Skip to content

Commit e38eaec

Browse files
committed
install zip
1 parent a395dc6 commit e38eaec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci/docker/common/install_base.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ install_ubuntu() {
2323
unzip \
2424
gdb \
2525
rsync \
26-
libssl-dev
26+
libssl-dev \
27+
zip
2728

2829
# Cleanup package manager
2930
apt-get autoclean && apt-get clean

0 commit comments

Comments
 (0)