Skip to content

Commit fe13d37

Browse files
committed
tests: Include yajsv in test harness docker image
1 parent b417d11 commit fe13d37

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ RUN curl -LOs "https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/
5454
install -Tm 755 yq_linux_amd64 /usr/local/bin/yq4 && \
5555
rm yq_linux_amd64
5656

57+
ENV YAJSV_VERSION "1.4.1"
58+
RUN curl -LOs "https://github.com/neilpa/yajsv/releases/download/v${YAJSV_VERSION}/yajsv.linux.amd64" && \
59+
install -Tm 755 yajsv.linux.amd64 /usr/local/bin/yq4 && \
60+
rm yajsv.linux.amd64
61+
5762
# Match user between container and host
5863

5964
ARG UID=1000

0 commit comments

Comments
 (0)