Python3.11:Alpine-edge only with pycurl
Github : https://github.com/qiandao-today/pycurl-docker
DockerHub : https://hub.docker.com/r/a76yyyy/pycurl
docker pull a76yyyy/pycurl:lite-latest
LDFLAGS="-Wl,-rpath,/usr/lib" ./configure \
--with-openssl=/usr \
--with-nghttp2=/usr \
--with-nghttp3=/usr \
--with-ngtcp2=/usr \
--prefix=/usr \
--enable-ipv6 \
--enable-unix-sockets \
--with-libidn2 \
--disable-static \
--disable-ldap \
--with-pic \
--with-gssapi
Python3.11:Alpine-edge with pycurl ddddocr
Github : https://github.com/qiandao-today/pycurl-docker
DockerHub : https://hub.docker.com/r/a76yyyy/pycurl
docker pull a76yyyy/pycurl:latest
LDFLAGS="-Wl,-rpath,/usr/lib" ./configure \
--with-openssl=/usr \
--with-nghttp2=/usr \
--with-nghttp3=/usr \
--with-ngtcp2=/usr \
--prefix=/usr \
--enable-ipv6 \
--enable-unix-sockets \
--with-libidn2 \
--disable-static \
--disable-ldap \
--with-pic \
--with-gssapi
Python:3.11-Alpine latest with pycurl - default ( not support TLS1.3 & Http3 & OnnxRuntime & ddddocr )
Github : https://github.com/qiandao-today/pycurl-docker/tree/default
DockerHub : https://hub.docker.com/r/a76yyyy/pycurl
docker pull a76yyyy/pycurl:default-latest
./configure \
--with-ssl \
--with-nghttp2=/usr \
--prefix=/usr \
--enable-ipv6 \
--enable-unix-sockets \
--with-libidn2 \
--disable-static \
--disable-ldap \
--with-pic \
--with-gssapi
Content type
Image
Digest
sha256:17db8e281…
Size
37.4 MB
Last updated
over 2 years ago
docker pull a76yyyy/pycurl