xdragxt commited on
Commit
6baecb6
·
verified ·
1 Parent(s): bb91daf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -14,10 +14,10 @@
14
  COPY . .
15
 
16
  # Install git, gcc, and python3-dev for pip to install from GitHub and build wheels
17
- RUN apt-get update && apt-get install -y git gcc python3-dev
18
 
19
  ENV PIP_ROOT_USER_ACTION=ignore
20
- RUN pip install --no-cache-dir --prefix=/usr/local -r requirements.txt
21
  RUN bash installer.sh
22
 
23
  ENV PYTHONPATH="${PYTHONPATH}:/app"
 
14
  COPY . .
15
 
16
  # Install git, gcc, and python3-dev for pip to install from GitHub and build wheels
17
+ RUN apt-get update && apt-get install -y git gcc python3-dev ffmpeg mediainfo neofetch
18
 
19
  ENV PIP_ROOT_USER_ACTION=ignore
20
+ RUN pip install --no-cache-dir -r requirements.txt
21
  RUN bash installer.sh
22
 
23
  ENV PYTHONPATH="${PYTHONPATH}:/app"