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