Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -11,6 +11,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
11 |
# Copy the rest of the app
|
12 |
COPY app.py image_fetcher.py video.py ./
|
13 |
RUN apt-get update && apt-get install -y ffmpeg
|
|
|
14 |
|
15 |
# Expose port 5000 (Flask default)
|
16 |
EXPOSE 7860
|
|
|
11 |
# Copy the rest of the app
|
12 |
COPY app.py image_fetcher.py video.py ./
|
13 |
RUN apt-get update && apt-get install -y ffmpeg
|
14 |
+
RUN apt-get update && apt-get install -y fonts-liberation
|
15 |
|
16 |
# Expose port 5000 (Flask default)
|
17 |
EXPOSE 7860
|