使用此样本Dockerfile 向Python 映像添加定制内容。 ARG base_image_tag FROM ${base_image_tag} # For installing OS packages, use root:root # e.g. USER root:root ...
確定! 回上一頁