Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 565 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 565 Bytes

CPython Autoconf

Fedora, CentOS and other SELinux-enabled systems with podman

$ podman run --rm --pull=always -v$(pwd):/src:Z ghcr.io/corona10/cpython_autoconf:272

Arch, Debian, Gentoo, Ubuntu

$ podman run --rm --pull=always -v$(pwd):/src ghcr.io/corona10/cpython_autoconf:272

macOS and Windows

$ docker run --rm --pull=always -v.:/src ghcr.io/corona10/cpython_autoconf:272