This commit is contained in:
Mylloon 2021-08-06 14:28:19 +02:00
parent 135e7167df
commit 63f221e112

View file

@ -10,7 +10,7 @@ RUN apt update \
apt update \ apt update \
apt install -y adoptopenjdk-11-openj9 apt install -y adoptopenjdk-11-openj9
RUN curl -sLo Lavalink.jar https://github.com/freyacodes/Lavalink/releases/download/3.3.2.5/Lavalink.jar \ RUN curl -s -Lo Lavalink.jar https://github.com/freyacodes/Lavalink/releases/download/3.3.2.5/Lavalink.jar \
apt remove -y curl apt remove -y curl
COPY README.md . COPY README.md .