Docker Build时查看当前镜像目录树

RUN find . | sed -e "s/[^-][^/]*// |/g" -e "s/|([^ ])/|-1/"
原文地址:https://www.cnblogs.com/gaocong/p/13884226.html