remove -f
This commit is contained in:
parent
fc5e0c9fc5
commit
b6b40e84d4
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ RUN pip install -r requirements.txt
|
|||
|
||||
RUN mkdir -p /usr/share/man/man1 && \
|
||||
apt update -y && \
|
||||
apt install curl openjdk-11-jdk -yf && \
|
||||
apt install curl openjdk-11-jdk -y && \
|
||||
curl -sLo Lavalink.jar https://github.com/freyacodes/Lavalink/releases/download/3.3.2.5/Lavalink.jar && \
|
||||
apt remove curl -y
|
||||
|
||||
|
|
Reference in a new issue