commit 218cbf9e95fb90ef565ac0003b73fdfb91852816 parent a590b4f839e72844c4e3db419c7ad20eda8c0a85 Author: Arjoonn Sharma <arjoonn@midpathsoftware.com> Date: Fri, 27 Mar 2026 14:18:32 +0530 x Diffstat:
| A | description | | | 1 | + |
| M | scripts/build_image.sh | | | 2 | +- |
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/description b/description @@ -0,0 +1 @@ +> Jaypore CI: Minimal, Offline, Local CI system. 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 +RUN apk add --no-cache git ca-certificates stagit bash lowdown curl python3 WORKDIR /work CMD ["/bin/sh"] DOCKERFILE