jq and curl needed by the release action
All checks were successful
/ deploy (push) Successful in 3m3s
All checks were successful
/ deploy (push) Successful in 3m3s
This commit is contained in:
parent
66a73917d5
commit
990c85ee77
2 changed files with 2 additions and 3 deletions
|
@ -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 && \
|
||||
|
|
3
build.sh
3
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 .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue