update Dockerfile

This commit is contained in:
Davide Alberani 2024-12-05 21:41:11 +01:00
parent 06a46c12c7
commit 7b0c93cca2

View file

@ -3,10 +3,10 @@ LABEL \
maintainer="Davide Alberani <da@mimante.net>"
RUN \
apk add --no-cache \
apk update && apk add --no-cache \
git python3 py3-pip && \
pip3 install Mastodon.py && \
pip3 install markovify && \
pip3 install --break-system-packages Mastodon.py && \
pip3 install --break-system-packages markovify && \
cd / && \
git clone https://github.com/alberanid/onthisday.git && \
cd onthisday && \