From c5590192f3d277bc5bf9adc6284436068feb9abb Mon Sep 17 00:00:00 2001 From: Jason Date: Sun, 10 Jul 2022 18:53:55 -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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9eedc12..13a4b9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM casjaysdevdocker/debian:latest as build ENV VERSION="v1.23.3" \ DEBIAN_FRONTEND=noninteractive -RUN apt update && apt upgrade -yy +RUN apt update && apt upgrade -yy && apt install unzip -yy COPY ./bin/. /usr/local/bin/ COPY ./config/. /config/