Add Dockerfile for Python 3.7 with pre-installed Ujotypes
This merge request adds a Dockerfile for Python 3.7 with pre-installed Ujotypes. It is based on python:3.7-alpine
.
Further, a CI step is added, which builds and pushes the resulting Docker image to industrialdevops/python-ujotypes
. In order to be executed, the secret environment variables $DOCKERHUB_ID
and $DOCKERHUB_PW
have to be set.
Note, libstdc++
will be installed to prevent the following error: ImportError: Error loading shared library libstdc++.so.6: No such file or directory (needed by /usr/local/lib/python3.7/site-packages/ujotypes/_ujotypes.cpython-37m-x86_64-linux-gnu.so)