Add py3-dateutil to docker image by default
This commit is contained in:
parent
aac1f267d7
commit
92bfe37436
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user