From 2095a615aec0442223c3d336afc0558cfc87d661 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 15 Aug 2021 14:55:48 +0200 Subject: [PATCH] using script --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2595ba5..5983c6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,9 @@ FROM adoptopenjdk:16-openj9 WORKDIR /opt -RUN curl -Lso Lavalink.jar https://github.com/freyacodes/Lavalink/releases/download/3.3.2.5/Lavalink.jar +COPY download.sh . +RUN ./download.sh && rm download.sh + COPY application.yml . RUN groupadd -g 322 lavalink && \