pengdaqian commited on
Commit
dbc9cdc
1 Parent(s): 476bb2f
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -7,6 +7,8 @@ USER user
7
  ENV HOME=/home/user \
8
  PATH=/home/user/.local/bin:$PATH
9
 
 
 
10
  COPY requirements.txt requirements.txt
11
  RUN pip3 install --no-cache-dir -r requirements.txt
12
 
 
7
  ENV HOME=/home/user \
8
  PATH=/home/user/.local/bin:$PATH
9
 
10
+ RUN apt-get update && apt-get install -y ffmpeg
11
+
12
  COPY requirements.txt requirements.txt
13
  RUN pip3 install --no-cache-dir -r requirements.txt
14