eggplants/pyjlyric

View on GitHub
Dockerfile

Summary

Maintainability
Test Coverage
FROM python:3

ARG VERSION
ENV VERSION ${VERSION:-master}

RUN pip install --upgrade pip

RUN python -m pip install git+https://github.com/eggplants/pyjlyric@${VERSION}

ENTRYPOINT ["jrc"]