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 b7685ec commit 96561a6Copy full SHA for 96561a6
Dockerfile
@@ -1,6 +1,6 @@
1
FROM node:9.2.0-alpine
2
3
-RUN apk update && apk add git
+RUN apk add --update git curl jq py-pip && pip install yq
4
5
WORKDIR /cf-cli
6
0 commit comments