mirror of
https://github.com/jarulsamy/Plex-Bot.git
synced 2024-08-19 15:01:55 +02:00
🐛 Reduce dependency load of ffmpeg
This commit is contained in:
parent
257ea91c4c
commit
2d633acc67
@ -5,7 +5,7 @@ FROM python:3.7
|
||||
RUN apt-get -y update
|
||||
RUN apt-get -y upgrade
|
||||
# Install ffmpeg
|
||||
RUN apt-get install -y ffmpeg
|
||||
RUN apt-get install -y --no-install-recommends ffmpeg
|
||||
|
||||
# All source code
|
||||
WORKDIR /src
|
||||
|
Loading…
Reference in New Issue
Block a user