From 3745298cca1f9cb1353049073dfa2f3012f30b27 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Thu, 1 Oct 2020 09:30:58 +0200 Subject: [PATCH] new: added ``yaml2json`` to docker image mainly for usage in charms First charm needing that is ``cyclos-ui``. Signed-off-by: Valentin Lab --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dockerfile b/Dockerfile index 9631bc9..f53a266 100644 --- a/Dockerfile +++ b/Dockerfile @@ -125,6 +125,11 @@ RUN apk add openssh-client ## handy in some charms to poke at some services RUN apk add curl +## handy yaml2json converter for charm +RUN wget https://github.com/bronze1man/yaml2json/releases/download/v1.3/yaml2json_linux_amd64 \ + -O /usr/local/bin/yaml2json && \ + chmod +x /usr/local/bin/yaml2json + ## install compose COPY ./bin/ /usr/local/bin/