Skip to content

Commit

Permalink
add "yaml" tool to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
peterellisjones committed Sep 27, 2017
1 parent a53dcb0 commit c2d7b5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,8 @@ RUN gem install --no-document --no-update-sources --verbose cf-uaac \
&& rm -rf /usr/lib/ruby/gems/2.3.0/cache/

RUN go get github.com/EngineerBetter/stopover

ENV YAML_VERSION=1.13.1
RUN wget "https://github.com/mikefarah/yaml/releases/download/${YAML_VERSION}/yaml_linux_amd64" \
&& mv yaml_linux_amd64 /usr/bin/yaml \
&& chmod +x /usr/bin/yaml

0 comments on commit c2d7b5b

Please sign in to comment.