remove -f

This commit is contained in:
Mylloon 2021-08-06 15:54:37 +02:00
parent fc5e0c9fc5
commit b6b40e84d4

View file

@ -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