Install Bash in your Alpine image, as you seem to expect Bash is present, with such a line in your Dockerfile: RUN apk add --no-cache --upgrade bash.
確定! 回上一頁