📜  RuntimeError: Broken toolchain: cannot link a simple C program - Python Code Example

📅  最后修改于: 2022-03-11 14:45:47.771000             🧑  作者: Mango

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