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 /