This commit is contained in:
Hunter XDD 2021-10-30 09:56:10 +05:30 committed by GitHub
parent 15d1025fda
commit acb6b1e556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
FROM nikolaik/python-nodejs:python3.9-nodejs17
RUN apt update && apt upgrade -y
RUN apt install -y ffmpeg python3-pip
RUN apt install -y ffmpeg
COPY . /py
WORKDIR /py
RUN pip3 install -U pip