Browse Source

new: adding ``crudini`` in command line tools for charm usage.

hostresources
Valentin Lab 5 years ago
parent
commit
de3369c1e7
  1. 2
      Dockerfile

2
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 && \

Loading…
Cancel
Save