Skip to content

Commit 31493f4

Browse files
Merge pull request #14 from opendatahub-io/Jooho-patch-1
Update Dockerfile.develop for modelmesh-serving
2 parents 4aee00f + a067c1c commit 31493f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile.develop

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,14 @@ RUN microdnf install \
4343
vim \
4444
git \
4545
findutils \
46+
jq \
4647
python38 \
4748
nodejs && \
4849
pip3 install pre-commit && \
50+
# Install yq 4.x
51+
set -eux; \
52+
wget https://github.com/mikefarah/yq/releases/download/v4.33.3/yq_linux_amd64.tar.gz -O - |\
53+
tar xz && mv yq_linux_amd64 /usr/local/bin/yq && \
4954
# Install go
5055
set -eux; \
5156
wget -qO go.tgz "https://golang.org/dl/go${GOLANG_VERSION}.linux-amd64.tar.gz"; \

0 commit comments

Comments
 (0)