jq and curl needed by the release action
All checks were successful
/ deploy (push) Successful in 3m3s

This commit is contained in:
Zi Gao 2025-06-10 23:14:02 +10:00
parent 66a73917d5
commit 990c85ee77
2 changed files with 2 additions and 3 deletions

View file

@ -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 && \

View file

@ -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 .