From de3369c1e7e2e95d0c2c37e003cf99e0230f50c5 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Fri, 25 Jan 2019 15:13:51 +0100 Subject: [PATCH] new: adding ``crudini`` in command line tools for charm usage. --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 9849525..86ac87c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,6 +55,8 @@ RUN apk add python-dev build-base RUN apk add yaml-dev cython cython-dev && \ pip install shyaml +RUN pip install crudini + RUN pip install docker-compose==$DOCKER_COMPOSE_VERSION RUN curl -L https://git.0k.io/0k-charm.git/plain/bin/charm > /usr/local/bin/charm && \