vumichien commited on
Commit
01ed7b9
·
1 Parent(s): 69ce0b1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ COPY ./requirements.txt /content/requirements.txt
9
 
10
  RUN pip install --no-cache-dir --upgrade -r /content/requirements.txt
11
 
12
- RUN apt-get install -y ffmpeg
13
 
14
  COPY . .
15
 
 
9
 
10
  RUN pip install --no-cache-dir --upgrade -r /content/requirements.txt
11
 
12
+ RUN apt-get update && apt-get install -y ffmpeg
13
 
14
  COPY . .
15