ソースを参照

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

読み込み中…
キャンセル
保存