We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a24964 commit 6e8d238Copy full SHA for 6e8d238
Dockerfile
@@ -14,9 +14,9 @@ ARG JQ_VERSION=1.6
14
ARG YQ_VERSION=2.4.1
15
16
RUN wget -O /usr/local/bin/jq https://github.com/stedolan/jq/releases/download/jq-${JQ_VERSION}/jq-linux64 && \
17
- wget -O /usr/local/bin/yq https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 && \
18
chmod +x /usr/local/bin/*
19
+RUN apk add py-pip && pip install yq
20
WORKDIR /cf-cli
21
22
COPY package.json /cf-cli
0 commit comments