From 92d2025a068b819709aec7da568de22688440ec1 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:37:36 -0600 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9896245..b23be9b 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 ffmpeg +RUN apt-get update && apt-get -y install ffmpeg python3 python3-pip ENV PYTHONUNBUFFERED 1