diff --git a/Dockerfile b/Dockerfile index 4772e74..08d2e01 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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