Dockerfile: adding a dep here, since dependencies is not implemented

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2023-11-06 20:56:13 -05:00
parent 75879cfb93
commit 13541f32a1
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED

View file

@ -40,6 +40,7 @@ RUN apk add --no-cache \
py3-dateutil \ py3-dateutil \
py3-lxml \ py3-lxml \
py3-semver \ py3-semver \
&& python3 -m pip install pyfiglet \
&& apk add --no-cache py3-pillow --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community && apk add --no-cache py3-pillow --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community
# TODO remove pillow, magic, feedparser, lxml, gitlab and semver when maubot supports installing dependencies # TODO remove pillow, magic, feedparser, lxml, gitlab and semver when maubot supports installing dependencies