mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-24 17:41:03 +01:00
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:
@@ -23,6 +23,7 @@ apt-get install -y \
|
||||
ntpdate \
|
||||
nginx \
|
||||
unzip \
|
||||
zip \
|
||||
gnupg2 \
|
||||
libc6
|
||||
|
||||
|
||||
Reference in New Issue
Block a user