为提交的代码提供 Dockerfile 以带来可复现的结果 要求: - 以 [Official Image](https://docs.docker.com/docker-hub/official_images/) 为 base image - 当有 slim 版本可用,优先选择 silm - UNIX 版本使用 [busybox:musl](https://github.com/docker-library/busybox/blob/master/stable/musl/Dockerfile) - Bash 特定语法使用 [bash:latest](https://github.com/tianon/docker-bash/blob/ab2ef2c2f41a368260868fe06f1faf2e27bc3240/5.1/Dockerfile) - Build args 不能有奇怪的东西 - ……(待补充)