We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2437771 commit 433b717Copy full SHA for 433b717
tools/ci/docker/linux/Dockerfile
@@ -42,7 +42,8 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -y -q
42
ninja-build \
43
nodejs \
44
npm \
45
- unzip
+ unzip \
46
+ zip
47
48
RUN mkdir -p /tools
49
WORKDIR /tools
@@ -352,6 +353,7 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" TZ=Etc/UTC apt-get in
352
353
file \
354
subversion \
355
tclsh \
356
+ zip \
357
&& rm -rf /var/lib/apt/lists/*
358
359
# Set GCC-12 as Default compiler
0 commit comments