update Dockerfile

This commit is contained in:
Davide Alberani 2025-01-02 10:16:06 +01:00
parent 7b0c93cca2
commit 59f2bb27ee

View file

@ -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 /