接下來是 Dockerfile 的定義: FROM python:3.6.6-alpine3.6 RUN apk add --update \ python-dev \ gcc \ musl-dev \ make WORKDIR /app ADD .
確定! 回上一頁