cahya commited on
Commit
8a70543
·
1 Parent(s): 6734097

add ffmpeg

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -2,6 +2,7 @@ FROM python:3.9
2
  WORKDIR /fastapi/app
3
  RUN apt-get update && apt-get install -y \
4
  nginx \
 
5
  && rm -rf /var/lib/apt/lists/*
6
  COPY ./requirements.txt /fastapi/requirements.txt
7
  RUN pip install --no-cache-dir --upgrade -r /fastapi/requirements.txt
 
2
  WORKDIR /fastapi/app
3
  RUN apt-get update && apt-get install -y \
4
  nginx \
5
+ ffmpeg \
6
  && rm -rf /var/lib/apt/lists/*
7
  COPY ./requirements.txt /fastapi/requirements.txt
8
  RUN pip install --no-cache-dir --upgrade -r /fastapi/requirements.txt