如何在python Alpine-docker容器中安装GCC

Installation

The quickest way to install GCC on Alpine Linux is by issuing the following command:

apk update

apk add build-base

build-base is a meta-package that will install the GCC, libc-dev and binutils packages (amongst others).

你可能感兴趣的:(运维,docker)