update Dockerfile
This commit is contained in:
parent
7b0c93cca2
commit
59f2bb27ee
1 changed files with 2 additions and 2 deletions
|
@ -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 /
|
||||
|
|
Loading…
Reference in a new issue