Skip to content

Commit 96561a6

Browse files
Itai GendlerItai Gendler
authored andcommitted
add jq and yq to the cli image
1 parent b7685ec commit 96561a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:9.2.0-alpine
22

3-
RUN apk update && apk add git
3+
RUN apk add --update git curl jq py-pip && pip install yq
44

55
WORKDIR /cf-cli
66

0 commit comments

Comments
 (0)