FROM alpine:3.7 RUN apk update \ && apk upgrade \ && apk --no-cache add --update tcl apache2 ca-certificates \ apk-tools curl build-base ...
確定! 回上一頁