As an idea I can replace alpine with scratch if it's possible to statically link openconnect.
In general I don't think it really useful to have anything else in container as I would run it like:
docker run --privileged --net=host -it openconnect --user=username --protocol=gp vpn.example.com
and for debug purpose it's always possible to replace scratch back with alpine.
As an idea I can replace alpine with
scratch
if it's possible to statically link openconnect. In general I don't think it really useful to have anything else in container as I would run it like:and for debug purpose it's always possible to replace
scratch
back withalpine
.