From 67165f5e3fbc162c9f697140476b8dc28c82a943 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Mon, 23 Dec 2024 22:02:33 +0800 Subject: [PATCH] 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. --- docker/base-image/install/deps/deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/base-image/install/deps/deps.sh b/docker/base-image/install/deps/deps.sh index 1d3a472f..11a33dfc 100644 --- a/docker/base-image/install/deps/deps.sh +++ b/docker/base-image/install/deps/deps.sh @@ -23,6 +23,7 @@ apt-get install -y \ ntpdate \ nginx \ unzip \ + zip \ gnupg2 \ libc6