HoneyTian commited on
Commit
8ba830d
·
1 Parent(s): 922f0b3
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ WORKDIR /code
5
  COPY . /code
6
 
7
  RUN apt-get update
8
- RUN apt-get install -y ffmpeg
9
 
10
  RUN pip install --upgrade pip
11
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
 
5
  COPY . /code
6
 
7
  RUN apt-get update
8
+ RUN apt-get install -y ffmpeg build-essential
9
 
10
  RUN pip install --upgrade pip
11
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt