commit 4ad2cc2348d16756442db4215edc3defe1e3b190
parent 1650fa95d91e136cdc1ed45f3b8ae714b9212bf2
Author: Arjoonn Sharma <arjoonn@midpathsoftware.com>
Date: Fri, 27 Mar 2026 14:23:25 +0530
Friday 27 March 2026 02:23:25 PM IST
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/build_image.sh b/scripts/build_image.sh
@@ -12,7 +12,7 @@ echo "Building Docker image '${IMAGE_NAME}'..."
# The repo is NOT baked into the image; it is mounted at runtime via -v.
docker build -t "${IMAGE_NAME}" - <<'DOCKERFILE'
FROM alpine:latest
-RUN apk add --no-cache git ca-certificates stagit bash lowdown curl python3
+RUN apk add --no-cache git ca-certificates stagit bash lowdown curl python3 zip
WORKDIR /work
CMD ["/bin/sh"]
DOCKERFILE