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
bd1f58dc48
python-pypi
/
Dockerfile
3 lines
88 B
Docker
Raw
Normal View
History
Unescape
Escape
Dockerfile: add twine and build
2021-06-24 20:46:41 +00:00
FROM
library/python
RUN
python -m pip install --no-cache-dir twine build
CMD
[
"python3"
]