Skip to content

erlend-aasland/cpython_autoconf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 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

Packages

No packages published

Languages

  • Dockerfile 61.3%
  • Shell 38.7%