Skip to content

corona10/cpython_autoconf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6cae247 · Apr 20, 2024

History

28 Commits
Mar 4, 2024
Mar 4, 2024
Aug 31, 2023
Mar 1, 2024
Apr 20, 2024

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