Skip to content

Commit

Permalink
install ping in dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: soulr344 <[email protected]>
  • Loading branch information
soulr344 committed Aug 31, 2024
1 parent 24cf5d0 commit 3839f8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 3839f8e

Please sign in to comment.