Update Dockerfile

This commit is contained in:
McCloudS
2023-10-23 14:37:36 -06:00
committed by GitHub
parent 60919a36bf
commit 92d2025a06

View File

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