You can build images with Alpine and install Alpine packages using the apk tool in your Dockerfile. ... FROM alpine:3.6 RUN apk add --update git ...
確定! 回上一頁