🗃️ modified: Dockerfile 🗃️

This commit is contained in:
Jason 2022-07-10 18:54:09 -04:00
parent c5590192f3
commit b98133a758
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -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/