dms-sima (latest)
Published 2022-10-15 13:34:10 +00:00 by a
Installation
docker pull tuxpa.in/a/dms-sima:latest
sha256:93e2ef3ed2bc71bd2c815b56dd85230aa052567691a81d3c31745f3e3cf0fb7d
Image Layers
ADD file:2a949686d9886ac7c10582a6c29116fd29d3077d02755e87e111870d63607725 in / |
CMD ["/bin/sh"] |
ENV SIMA_VERSION=0.18.1 |
RUN /bin/sh -c apk -q update && apk -q --no-progress add python3 && apk -q --no-progress add curl # buildkit |
RUN /bin/sh -c curl -fsSl http://media.kaliko.me/src/sima/releases/MPD_sima-$SIMA_VERSION.tar.xz -o sima.tar.xz && tar -xJf sima.tar.xz && sed -i 's,https://raw.github.com/pypa/pip/master/contrib/get-pip.py,https://bootstrap.pypa.io/get-pip.py,g' MPD_sima-$SIMA_VERSION/vinstall.py && rm -rf sima.tar.xz && python3 MPD_sima-$SIMA_VERSION/vinstall.py && apk -q --no-progress del curl && rm -rf /var/cache/apk/* # buildkit |
COPY config/sima.conf /MPD_sima-0.18.1/sima.conf # buildkit |
WORKDIR /sima |
CMD ["./vmpd-sima" "-c" "sima.conf"] |