Skip to content

Commit

Permalink
feat: add zip package installation to base image dependencies
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
tikazyq committed Dec 23, 2024
1 parent e064889 commit 67165f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/base-image/install/deps/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ apt-get install -y \
ntpdate \
nginx \
unzip \
zip \
gnupg2 \
libc6

Expand Down

0 comments on commit 67165f5

Please sign in to comment.