?
This commit is contained in:
parent
3a4a28c413
commit
4a0b60e10c
1 changed files with 2 additions and 1 deletions
|
@ -4,9 +4,10 @@ COPY requirements.txt .
|
|||
RUN pip install -r requirements.txt
|
||||
|
||||
RUN apt update
|
||||
RUN apt install -y openjdk-11-jdk curl
|
||||
RUN apt install curl 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