Ver código fonte

Add apt clean to save some disk space.

master
Ray Burgemeestre 2 anos atrás
pai
commit
2d8904d222
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      Dockerfile-ubuntu2004

+ 2
- 0
Dockerfile-ubuntu2004 Ver arquivo

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

Carregando…
Cancelar
Salvar