瀏覽代碼

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 / /

Loading…
取消
儲存