浏览代码

Add apt clean to save some disk space.

master
Ray Burgemeestre 2 年前
父节点
当前提交
2d8904d222
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      Dockerfile-ubuntu2004

+ 2
- 0
Dockerfile-ubuntu2004 查看文件

@@ -52,6 +52,8 @@ COPY switch-to-latest-clang /usr/local/bin/switch-to-latest-clang

RUN chmod +x /usr/local/bin/switch-to-latest-clang

RUN apt clean

FROM scratch

COPY --from=build1 / /

正在加载...
取消
保存