Skip to content

Commit

Permalink
Merge pull request #26 from openinfradev/add-bash
Browse files Browse the repository at this point in the history
install bash package in docker image
  • Loading branch information
intelliguy authored Jan 21, 2021
2 parents 8cc79a9 + 4e5f4de commit a73843f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV GOPATH $HOME/golang
RUN mkdir -p $HOME/golang
RUN mkdir -p $HOME/.config/kustomize/plugin/openinfradev.github.com/v1/helmvaluestransformer

RUN apk update && apk add --no-cache curl git jq openssh libc6-compat build-base
RUN apk update && apk add --no-cache curl git jq openssh libc6-compat build-base bash

WORKDIR $HOME
COPY . $HOME/kustomize-helm-transformer
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Please take a look at the [example](https://github.com/openinfradev/kustomize-he

## Support
* kustomize v3.8.7
* go 1.14

## Features
1. Inline value path transform
Expand Down

0 comments on commit a73843f

Please sign in to comment.