remove curl
This commit is contained in:
parent
4a0b60e10c
commit
05c3b0ac87
1 changed files with 1 additions and 3 deletions
|
@ -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 .
|
||||
|
|
Reference in a new issue