Add py3-dateutil to docker image by default

This commit is contained in:
Tulir Asokan 2020-03-25 21:26:28 +02:00
parent aac1f267d7
commit 92bfe37436

View File

@ -21,7 +21,8 @@ RUN apk add --no-cache \
py3-markdown \ py3-markdown \
py3-pillow \ py3-pillow \
py3-magic \ py3-magic \
py3-feedparser py3-feedparser \
py3-dateutil
# TODO remove pillow, magic and feedparser when maubot supports installing dependencies # TODO remove pillow, magic and feedparser when maubot supports installing dependencies
COPY requirements.txt /opt/maubot/requirements.txt COPY requirements.txt /opt/maubot/requirements.txt