From 59f2bb27ee3f988d528070f4c3abd9f65a394f08 Mon Sep 17 00:00:00 2001 From: Davide Alberani Date: Thu, 2 Jan 2025 10:16:06 +0100 Subject: [PATCH] update Dockerfile --- telegram-bot/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/telegram-bot/Dockerfile b/telegram-bot/Dockerfile index 455e3a6..b7b3dfd 100644 --- a/telegram-bot/Dockerfile +++ b/telegram-bot/Dockerfile @@ -4,8 +4,8 @@ LABEL \ RUN \ apk add --no-cache git python3 py3-cffi py3-six py3-requests py3-cryptography py3-pip && \ - pip3 install python-telegram-bot && \ - pip3 install markovify && \ + pip3 install --break-system-packages python-telegram-bot && \ + pip3 install --break-system-packages markovify && \ cd / && \ git clone https://github.com/alberanid/onthisday.git COPY telegram-onthisday.py /