Skip to content

Commit 433b717

Browse files
JorgeGzmxiaoxiang781216
authored andcommitted
ci: add zip package to Docker environment
1 parent 2437771 commit 433b717

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/ci/docker/linux/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -y -q
4242
ninja-build \
4343
nodejs \
4444
npm \
45-
unzip
45+
unzip \
46+
zip
4647

4748
RUN mkdir -p /tools
4849
WORKDIR /tools
@@ -352,6 +353,7 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" TZ=Etc/UTC apt-get in
352353
file \
353354
subversion \
354355
tclsh \
356+
zip \
355357
&& rm -rf /var/lib/apt/lists/*
356358

357359
# Set GCC-12 as Default compiler

0 commit comments

Comments
 (0)