Update Dockerfile

This commit is contained in:
Davide Depau 2023-09-15 00:46:20 +02:00
parent 22e2a17383
commit dacc19878c

View file

@ -1,6 +1,6 @@
FROM ubuntu:23.04
ARG DPKG_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y python3 python3-opencv python3-aiohttp python3-python-telegram-bot python3-pip
RUN apt-get update && apt-get install -y python3 python3-pip
COPY requirements.txt /app/
WORKDIR /app
RUN pip3 install -r requirements.txt --break-system-packages