Skip to content

Commit

Permalink
Add jq and yq-go
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman authored Sep 6, 2024
1 parent 5ecfb5c commit 7c65939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM docker.io/library/alpine:3.20.2

RUN --mount=type=cache,target=/var/cache/apk,sharing=locked apk add tar curl make parallel fd bash
RUN --mount=type=cache,target=/var/cache/apk,sharing=locked apk add tar curl make parallel fd bash jq yq-go

RUN curl -sfL "https://github.com/FNNDSC/chrs/releases/download/v0.3.1/chrs-$(uname -m)-unknown-linux-musl-v0.3.1.tar.gz" \
| tar xz -C /usr/local/bin

0 comments on commit 7c65939

Please sign in to comment.