mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 01:39:44 +08:00
ci: add zip package to Docker environment
This commit is contained in:
@@ -42,7 +42,8 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -y -q
|
||||
ninja-build \
|
||||
nodejs \
|
||||
npm \
|
||||
unzip
|
||||
unzip \
|
||||
zip
|
||||
|
||||
RUN mkdir -p /tools
|
||||
WORKDIR /tools
|
||||
@@ -352,6 +353,7 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" TZ=Etc/UTC apt-get in
|
||||
file \
|
||||
subversion \
|
||||
tclsh \
|
||||
zip \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Set GCC-12 as Default compiler
|
||||
|
||||
Reference in New Issue
Block a user