python-pypi/Dockerfile

3 lines
88 B
Docker

FROM library/python
RUN python -m pip install --no-cache-dir twine build
CMD ["python3"]