|
@ -55,6 +55,8 @@ RUN apk add python-dev build-base |
|
|
RUN apk add yaml-dev cython cython-dev && \ |
|
|
RUN apk add yaml-dev cython cython-dev && \ |
|
|
pip install shyaml |
|
|
pip install shyaml |
|
|
|
|
|
|
|
|
|
|
|
RUN pip install crudini |
|
|
|
|
|
|
|
|
RUN pip install docker-compose==$DOCKER_COMPOSE_VERSION |
|
|
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 && \ |
|
|
RUN curl -L https://git.0k.io/0k-charm.git/plain/bin/charm > /usr/local/bin/charm && \ |
|
|