Skip to content

Commit a958fdb

Browse files
add bash to cli image (#314)
1 parent e47757c commit a958fdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 add --update git curl jq py-pip && pip install yq
3+
RUN apk add --update git curl jq py-pip bash && pip install yq
44

55
WORKDIR /cf-cli
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.17.9",
3+
"version": "0.17.10",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)