outpout
This commit is contained in:
parent
313fa832be
commit
de5957ea3e
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,12 @@ RUN pip install -r requirements.txt
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y gnupg2 curl && \
|
apt-get install -y gnupg2 curl && \
|
||||||
curl -s https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | apt-key add - && \
|
curl -so - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | apt-key add - && \
|
||||||
add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/ && \
|
add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/ && \
|
||||||
apt update && \
|
apt update && \
|
||||||
apt install -y adoptopenjdk-11-openj9
|
apt install -y adoptopenjdk-11-openj9
|
||||||
|
|
||||||
RUN curl -s -Lo 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 gnupg2
|
apt remove -y curl gnupg2
|
||||||
|
|
||||||
COPY README.md .
|
COPY README.md .
|
||||||
|
|
Reference in a new issue