Explorar el Código

Add apt clean to save some disk space.

master
Ray Burgemeestre hace 2 años
padre
commit
2d8904d222
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      Dockerfile-ubuntu2004

+ 2
- 0
Dockerfile-ubuntu2004 Ver fichero

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

Cargando…
Cancelar
Guardar