remove curl
This commit is contained in:
parent
f94ae2d147
commit
52aad3c927
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ RUN apt install -y curl \
|
|||
apt update && \
|
||||
apt install -y adoptopenjdk-11-openj9
|
||||
|
||||
RUN curl -sLo Lavalink.jar https://github.com/freyacodes/Lavalink/releases/download/3.3.2.5/Lavalink.jar
|
||||
RUN curl -sLo Lavalink.jar https://github.com/freyacodes/Lavalink/releases/download/3.3.2.5/Lavalink.jar \
|
||||
apt remove -y curl
|
||||
|
||||
COPY README.md .
|
||||
COPY src .
|
||||
|
|
Reference in a new issue