fix
This commit is contained in:
parent
666684e7a7
commit
f94ae2d147
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ RUN apt install -y curl \
|
|||
curl -so - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | apt-key add - \
|
||||
add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/ \
|
||||
apt update && \
|
||||
apt install -y --no-install-recommands adoptopenjdk-11-openj9
|
||||
apt install -y adoptopenjdk-11-openj9
|
||||
|
||||
RUN curl -sLo Lavalink.jar https://github.com/freyacodes/Lavalink/releases/download/3.3.2.5/Lavalink.jar
|
||||
|
||||
|
|
Reference in a new issue