From b98133a758d9ecab34b8bc5c798761f1b81234ee Mon Sep 17 00:00:00 2001 From: Jason Date: Sun, 10 Jul 2022 18:54:09 -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 13a4b9d..a2f62b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,9 @@ FROM casjaysdevdocker/debian:latest as build ENV VERSION="v1.23.3" \ DEBIAN_FRONTEND=noninteractive -RUN apt update && apt upgrade -yy && apt install unzip -yy +RUN apt update && \ + apt upgrade -yy && \ + apt install unzip -yy COPY ./bin/. /usr/local/bin/ COPY ./config/. /config/