All checks were successful
continuous-integration/drone/push Build is passing
3 lines
88 B
Docker
3 lines
88 B
Docker
FROM library/python
|
|
RUN python -m pip install --no-cache-dir twine build
|
|
CMD ["python3"] |