Dockerized environment with QuantLib and python based on Alpine Linux.
docker pull westonsteimel/quantlib-python
The following will launch an interactive python interpreter within the dcker container:
docker run --rm -it --cap-drop all westonsteimel/quantlib-python python
Everything within the container executes as the non-root quantlib
user by default