Skip to content

ST-388 - fix py docker issues

Piers Harding requested to merge st-388-fix-py-docker-issues into master

Hi - this patch provides one solution to our time honoured problem with docker_container. The basic approach is to ensure that python3 is installed, make sure that the correct module is installed for python3 and then do an interpreter switch before and after the docker_* calls.

Merge request reports