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/