remove ffmeg
This commit is contained in:
parent
1d72ef3c75
commit
151423da95
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@ RUN pip install -r requirements.txt
|
|||
RUN wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | sudo apt-key add - \
|
||||
add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/ \
|
||||
apt update && \
|
||||
apt install -y --no-install-recommands adoptopenjdk-11-openj9 \
|
||||
apt install -y --no-install-recommends ffmpeg
|
||||
apt install -y --no-install-recommands adoptopenjdk-11-openj9
|
||||
|
||||
RUN curl -sLo Lavalink.jar https://github.com/freyacodes/Lavalink/releases/download/3.3.2.5/Lavalink.jar
|
||||
|
||||
|
|
Reference in a new issue