remove autoremove

This commit is contained in:
Mylloon 2021-08-06 15:54:20 +02:00
parent 493ba8d1c5
commit fc5e0c9fc5

View file

@ -7,8 +7,7 @@ RUN mkdir -p /usr/share/man/man1 && \
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 -y && \
apt autoremove -y
apt remove curl -y
COPY README.md .
COPY src .