Dockerfile for Jenkins with python3 based on jenkins linux alpine with additions of basic python core libraries.
docker build . -t jenkins_python3
This will run jenkins at port 9000
docker run -d -v jenkins_home:/var/jenkins_home -p 9000:8080 -p 50000:50000 jenkins_python3