From d53d784caad2a8ab3258f5223d527044497fa7ae Mon Sep 17 00:00:00 2001 From: Jason Date: Sun, 10 Jul 2022 19:00:47 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20=20modified:=20Dockerfi?= =?UTF-8?q?le=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a2f62b9..8019b06 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,9 @@ ENV VERSION="v1.23.3" \ RUN apt update && \ apt upgrade -yy && \ - apt install unzip -yy + apt install unzip -yy && \ + apt clean && \ + rm -rf /var/lib/apt/lists/* COPY ./bin/. /usr/local/bin/ COPY ./config/. /config/