This website requires JavaScript.
Explore
Help
Sign In
containers
/
python-pypi
Watch
1
Star
0
Fork
You've already forked python-pypi
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
main
python-pypi
/
Dockerfile
3 lines
88 B
Docker
Raw
Permalink
Blame
History
FROM
library/python
RUN
python -m pip install --no-cache-dir twine build
CMD
[
"python3"
]
Reference in New Issue
View Git Blame
Copy Permalink