python-pypi/Dockerfile

3 lines
88 B
Docker
Raw Normal View History

2021-06-24 20:46:41 +00:00
FROM library/python
RUN python -m pip install --no-cache-dir twine build
CMD ["python3"]