- Container image with GNU Autotools to regenerate CPython's
configure
script. - Fork from https://github.com/tiran/cpython_autoconf
$ podman run --rm --pull=always -v$(pwd):/src:Z ghcr.io/corona10/cpython_autoconf:272
$ podman run --rm --pull=always -v$(pwd):/src ghcr.io/corona10/cpython_autoconf:272
$ docker run --rm --pull=always -v.:/src ghcr.io/corona10/cpython_autoconf:272