FROM python:3.6-alpine RUN apk update RUN apk add musl-dev wget git build-base libxslt-dev RUN pip install cython RUN ln -s /usr/include/locale.h ...
確定! 回上一頁