Update Dockerfile

This commit is contained in:
McCloudS
2023-10-23 13:28:28 -06:00
committed by GitHub
parent 9cb6230f0d
commit d4da4059c2

View File

@@ -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