RuntimeError: Broken toolchain: cannot link a simple C program

27

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

Comments

Submit
0 Comments