Skip to content
Anthony Fok edited this page Oct 23, 2021 · 2 revisions

Welcome to the python-env wiki!

How to build and log

docker build --no-cache --progress=plain -t atlfok/python-env . 2>&1 | tee /tmp/my-image.build.log

And, more recently:

docker build . --progress=plain -t ghcr.io/anthonyfok/python-env:debian-sid-20201012 2>&1 | tee docker.build.log
Clone this wiki locally