ARG SSH_PRIVATE_KEY # Install dependencies required to git clone. RUN apk update && \ apk add --update git && \ apk add --update openssh # 1.
確定! 回上一頁