Update Dockerfile

This commit is contained in:
Davide Depau 2023-09-15 00:39:23 +02:00
parent 5ed8d63209
commit d0f022eb95

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
RUN apt-get update && apt-get install -y python3 python3-opencv python3-aiohttp python3-python-telegram-bot python3-pip
COPY requirements.txt /app/
WORKDIR /app
RUN pip3 install -r requirements.txt