qd-today / pycurl-docker-default

Python:3.9-Alpine latest with pycurl - default ( not support TLS1.3 and Http3 )

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pycurl-Docker-default

Python:3.9-Alpine latest with pycurl - default ( not support TLS1.3 and Http3 )

Archive Description

This repository has merged to Pycurl-Docker Repository's default branch.

Repository

Github : https://github.com/qiandao-today/pycurl-docker-default

DockerHub : https://hub.docker.com/r/a76yyyy/pycurl

docker pull a76yyyy/pycurl:default-latest

VERSION

  • PYTHON_VERSION == 3.9
  • CURL_VERSION == 7.81.0
  • OPENSSL_VERSION == 1.1.1l-r8
  • PYCURL_VERSION == 7.44.1
./configure \
    --with-ssl \
    --with-nghttp2=/usr \
    --prefix=/usr \
    --enable-ipv6 \
    --enable-unix-sockets \
    --with-libidn2 \
    --disable-static \
    --disable-ldap \
    --with-pic \
    --with-gssapi

About

Python:3.9-Alpine latest with pycurl - default ( not support TLS1.3 and Http3 )

License:MIT License


Languages

Language:Dockerfile 100.0%