curl
This commit is contained in:
parent
1f6e832155
commit
cc66d6c10c
1 changed files with 3 additions and 2 deletions
|
@ -4,8 +4,9 @@ COPY requirements.txt .
|
|||
RUN pip install -r requirements.txt
|
||||
|
||||
RUN apt update && \
|
||||
apt install -y openjdk-11-jdk && \
|
||||
curl -sLo Lavalink.jar https://github.com/freyacodes/Lavalink/releases/download/3.3.2.5/Lavalink.jar
|
||||
apt install -y openjdk-11-jdk curl && \
|
||||
curl -sLo Lavalink.jar https://github.com/freyacodes/Lavalink/releases/download/3.3.2.5/Lavalink.jar && \
|
||||
apt remove curl
|
||||
|
||||
COPY README.md .
|
||||
COPY src .
|
||||
|
|
Reference in a new issue