* Include `openssl` in docker images to let users try TLS interception using dockerhub images
* Include `requirements-tunnel.txt` within docker image to let users try tunneling using docker images
* Docker is always using py311+, hardcode for now
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Simply `apk add py-cryptography`
* --prefer-binary
* Build deps for cryptography
* make required by pynacl
* Prepare to use base image once it has been published
* Prepare image from `ghcr.io/abhinavsingh/proxy.py:base`
* --no-cache-dir to avoid pip cache bloating
* Optimize base image size
* Use find
* `-y`
* Cut final image `FROM python:3.11-alpine`
* Remove global setuptools and local pip too
* wheel it too
* end and flush
* Try `42.0.4` in next base
* Full path cleanup
* SSL in final copy
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>