update Dockerfile

This commit is contained in:
Davide Alberani 2024-12-05 21:34:05 +01:00
parent 5f467e477f
commit 06a46c12c7
3 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ Requires https://github.com/jsvine/markovify
# License
Copyright 2019-2021 Davide Alberani <da@erlug.linux.it>
Copyright 2019-2021 Davide Alberani <da@mimante.net>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

View file

@ -1,10 +1,10 @@
FROM alpine
LABEL \
maintainer="Davide Alberani <da@erlug.linux.it>"
maintainer="Davide Alberani <da@mimante.net>"
RUN \
apk add --no-cache \
git python3 && \
git python3 py3-pip && \
pip3 install Mastodon.py && \
pip3 install markovify && \
cd / && \

View file

@ -1,6 +1,6 @@
FROM alpine
LABEL \
maintainer="Davide Alberani <da@erlug.linux.it>"
maintainer="Davide Alberani <da@mimante.net>"
RUN \
apk add --no-cache git python3 py3-cffi py3-six py3-requests py3-cryptography py3-pip && \