python-pypi/Dockerfile
Lukáš Kucharczyk 88e23ab6d5
All checks were successful
continuous-integration/drone/push Build is passing
Dockerfile: add twine and build
2021-06-24 20:46:41 +00:00

3 lines
88 B
Docker

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