Add py3-dateutil to docker image by default
This commit is contained in:
parent
aac1f267d7
commit
92bfe37436
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ RUN apk add --no-cache \
|
|||
py3-markdown \
|
||||
py3-pillow \
|
||||
py3-magic \
|
||||
py3-feedparser
|
||||
py3-feedparser \
|
||||
py3-dateutil
|
||||
# TODO remove pillow, magic and feedparser when maubot supports installing dependencies
|
||||
|
||||
COPY requirements.txt /opt/maubot/requirements.txt
|
||||
|
|
Loading…
Reference in a new issue