我 Dockerfile 要构建一个基于Alpine Linux的Docker映像。现在,我需要为此安装一个软件包 Dockerfile 。 目前我有: RUN apk update && \ apk upgrade && \ apk add ...
確定! 回上一頁