I just tried to build the latest WT Docker image using the Dockerfile in WebThingsIO and the build process core dumps when it tried to GIT gateway-addon-python 1.01 alpha.
If I edit “requirements.txt” and remove the reference to an “alpha” version and use the default version the docker build completes and creates a docker image that appears to run.
I’m not up on git version dependencies so I don’t know if the default gateway-addon-python version defaults to the latest version (1.0.1 alpha) specified in requirements.txt or the image will have problems down the line since it was built with an older version gateway-addon-python.