From 05c3b0ac879105ac0857e0aa0bce4314b8f762eb Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 6 Aug 2021 15:22:32 +0200 Subject: [PATCH] remove curl --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 11e75af..f3df3f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,10 +4,8 @@ COPY requirements.txt . RUN pip install -r requirements.txt RUN apt update -RUN apt install curl openjdk-11-jdk -y +RUN apt install openjdk-11-jdk -y RUN curl -sLo Lavalink.jar https://github.com/freyacodes/Lavalink/releases/download/3.3.2.5/Lavalink.jar -RUN apt remove curl -RUN apt autoremove COPY README.md . COPY src .