RuntimeError: Broken Toolchain: não é possível vincular um programa C simples

# Fixed the issue for docker container from python:alpine3.7
RUN apk update
RUN apk add make automake gcc g++ subversion python3-dev
Benja