From 990c85ee77ac350c1026c3bd61156adc5b4b1cda Mon Sep 17 00:00:00 2001 From: Zi Gao Date: Tue, 10 Jun 2025 23:14:02 +1000 Subject: [PATCH] jq and curl needed by the release action --- Dockerfile | 2 +- build.sh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 75cc66d..7273b06 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ LABEL version="1.0" ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -qy --no-install-recommends \ - curl software-properties-common git sudo zstd openssh-client make unzip nodejs python3 && \ + curl software-properties-common git sudo zstd openssh-client make unzip nodejs python3 jq curl && \ install -m 0755 -d /etc/apt/keyrings && \ curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc && \ chmod a+r /etc/apt/keyrings/docker.asc && \ diff --git a/build.sh b/build.sh index eb02dc7..a20c5d4 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,3 @@ #!/usr/bin/env bash -docker build --pull --rm -t registry.mightycastle.net/runner-image:latest . -docker push registry.mightycastle.net/runner-image:latest +docker build --pull --rm -t git.mightycastle.net/zimgao/runner-image:latest .