fix curl
This commit is contained in:
parent
135e7167df
commit
63f221e112
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ RUN apt update \
|
||||||
apt update \
|
apt update \
|
||||||
apt install -y 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 \
|
RUN curl -s -Lo Lavalink.jar https://github.com/freyacodes/Lavalink/releases/download/3.3.2.5/Lavalink.jar \
|
||||||
apt remove -y curl
|
apt remove -y curl
|
||||||
|
|
||||||
COPY README.md .
|
COPY README.md .
|
||||||
|
|
Reference in a new issue