This commit is contained in:
Mylloon 2021-08-06 15:18:53 +02:00
parent 3a4a28c413
commit 4a0b60e10c

View file

@ -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 .