update Dockerfile
This commit is contained in:
parent
06a46c12c7
commit
7b0c93cca2
1 changed files with 3 additions and 3 deletions
|
@ -3,10 +3,10 @@ LABEL \
|
||||||
maintainer="Davide Alberani <da@mimante.net>"
|
maintainer="Davide Alberani <da@mimante.net>"
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache \
|
apk update && apk add --no-cache \
|
||||||
git python3 py3-pip && \
|
git python3 py3-pip && \
|
||||||
pip3 install Mastodon.py && \
|
pip3 install --break-system-packages Mastodon.py && \
|
||||||
pip3 install markovify && \
|
pip3 install --break-system-packages markovify && \
|
||||||
cd / && \
|
cd / && \
|
||||||
git clone https://github.com/alberanid/onthisday.git && \
|
git clone https://github.com/alberanid/onthisday.git && \
|
||||||
cd onthisday && \
|
cd onthisday && \
|
||||||
|
|
Loading…
Reference in a new issue