Skip to content

Container image with autotools to regenerate Python's configure script

License

Notifications You must be signed in to change notification settings

tiran/cpython_autoconf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpython_autoconf

Container image with autotools to regenerate Python's configure script.

Fedora, CentOS and other SELinux-enabled systems with podman

$ cd cpython
$ podman run --rm --pull=always -v$(pwd):/src:Z quay.io/tiran/cpython_autoconf:269
$ podman run --rm --pull=always -v$(pwd):/src:Z quay.io/tiran/cpython_autoconf:271

Arch, Debian, Gentoo, Ubuntu

$ cd cpython
$ docker run --rm --pull=always -v$(pwd):/src quay.io/tiran/cpython_autoconf:269
$ podman run --rm --pull=always -v$(pwd):/src quay.io/tiran/cpython_autoconf:271

About

Container image with autotools to regenerate Python's configure script

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages