ethack / docker-vpn

Conveniently connect to Cisco AnyConnect or OpenVPN endpoints using a docker container
100 stars 32 forks source link

install supervisor and pproxy via apk to use latest alpine image #21

Closed tillhanke closed 1 month ago

tillhanke commented 1 month ago

Just move the python package installation from pip to apk, because system wide package installation is not allowed via pip anymore with new alpine images.

ethack commented 1 month ago

Thanks!