remove autoremove
This commit is contained in:
parent
493ba8d1c5
commit
fc5e0c9fc5
1 changed files with 1 additions and 2 deletions
|
@ -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 .
|
||||
|
|
Reference in a new issue