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