From 450633053f822785932a36607c6782df945640e6 Mon Sep 17 00:00:00 2001 From: sujiba <65259334+sujiba@users.noreply.github.com> Date: Thu, 4 May 2023 01:33:02 +0200 Subject: [PATCH] clean apt cache --- docker-build/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-build/Dockerfile b/docker-build/Dockerfile index 7ac7847..052d435 100644 --- a/docker-build/Dockerfile +++ b/docker-build/Dockerfile @@ -23,5 +23,6 @@ RUN chmod +x start_unbound_and_s6_init.sh ENTRYPOINT ./start_unbound_and_s6_init.sh # Remove unnecessary programs -RUN apt-get remove -y \ +RUN apt-get clean all && \ + apt-get remove -y \ wget