From 8c45596b1ea119e55c7bcef4c648205c2999dbba Mon Sep 17 00:00:00 2001 From: sujiba <65259334+sujiba@users.noreply.github.com> Date: Wed, 9 Mar 2022 12:22:14 +0100 Subject: [PATCH] removed apt clean --- docker-build/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-build/Dockerfile b/docker-build/Dockerfile index 052d435..7ac7847 100644 --- a/docker-build/Dockerfile +++ b/docker-build/Dockerfile @@ -23,6 +23,5 @@ RUN chmod +x start_unbound_and_s6_init.sh ENTRYPOINT ./start_unbound_and_s6_init.sh # Remove unnecessary programs -RUN apt-get clean all && \ - apt-get remove -y \ +RUN apt-get remove -y \ wget