Update Dockerfile
This commit is contained in:
parent
1e8729cd5c
commit
5ed8d63209
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM ubuntu:23.04
|
||||
ARG DPKG_FRONTEND=noninteractive
|
||||
RUN apt-get update && apt-get install 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
|
||||
COPY requirements.txt /app/
|
||||
WORKDIR /app
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
|
Loading…
Reference in a new issue