From d4da4059c2a40c040a5e480c47cc5f981ee11298 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:28:28 -0600 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2a6f9ce..9896245 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:latest WORKDIR /subgen -RUN apt-get update && apt-get -y install python3 python3-pip +RUN apt-get update && apt-get -y install python3 python3-pip ffmpeg ENV PYTHONUNBUFFERED 1