feat: add zip package installation to base image dependencies

- Updated the deps.sh script to include the 'zip' package in the list of installed dependencies for the Docker base image.
- This addition ensures that the zip utility is available for use in subsequent Docker image builds and applications.
This commit is contained in:
Marvin Zhang
2024-12-23 22:02:33 +08:00
parent e064889795
commit 67165f5e3f

View File

@@ -23,6 +23,7 @@ apt-get install -y \
ntpdate \
nginx \
unzip \
zip \
gnupg2 \
libc6