diff --git a/Dockerfile b/Dockerfile index b3346fc..73a5142 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,7 @@ WORKDIR /tgbot COPY . /tgbot RUN pip install --no-cache-dir -r requirements.txt +RUN apt-get update -y +RUN apt-get install -y iputils-ping + CMD ["python", "-m", "tg_bot"]