Skip to content

corona10/cpython_autoconf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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