pablogsal / cpython_autoconf

Container image with autotools to regenerate Python's configure script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 -v.:/src:Z tiran/cpython_autoconf

Arch, Debian, Gentoo, Ubuntu

$ cd cpython
$ docker run -v.:/src tiran/cpython_autoconf

About

Container image with autotools to regenerate Python's configure script

License:MIT License


Languages

Language:Shell 78.9%Language:Dockerfile 21.1%