video-stream/Dockerfile
levina 61aaf0302b
moved to py-tgcalls
new dockerfile structure
2021-09-09 09:36:32 +07:00

18 lines
331 B
Docker

FROM python:3.9
RUN apt update && apt upgrade -y
RUN apt install python3-pip -y
RUN apt install ffmpeg -y
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash -
RUN apt-get install -y nodejs
RUN npm i -g npm
COPY . /py
WORKDIR /py
RUN pip3 install --upgrade pip
RUN pip3 install -U -r requirements.txt
CMD python3 -m bot