accept commands
This commit is contained in:
parent
19411feffc
commit
dabed33869
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@ COPY requirements.txt .
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
RUN mkdir -p /usr/share/man/man1 && \
|
RUN mkdir -p /usr/share/man/man1 && \
|
||||||
apt update && \
|
apt update -y && \
|
||||||
apt install curl openjdk-11-jdk -yf && \
|
apt install curl openjdk-11-jdk -yf && \
|
||||||
curl -sLo Lavalink.jar https://github.com/freyacodes/Lavalink/releases/download/3.3.2.5/Lavalink.jar && \
|
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
|
apt autoremove -y
|
||||||
|
|
||||||
COPY README.md .
|
COPY README.md .
|
||||||
|
|
Reference in a new issue