accept commands

This commit is contained in:
Mylloon 2021-08-06 15:41:24 +02:00
parent 19411feffc
commit dabed33869

View file

@ -4,10 +4,10 @@ COPY requirements.txt .
RUN pip install -r requirements.txt
RUN mkdir -p /usr/share/man/man1 && \
apt update && \
apt update -y && \
apt install curl openjdk-11-jdk -yf && \
curl -sLo Lavalink.jar https://github.com/freyacodes/Lavalink/releases/download/3.3.2.5/Lavalink.jar && \
apt remove curl && \
apt remove curl -y && \
apt autoremove -y
COPY README.md .