Dockerfile: adding a dep here, since dependencies
is not implemented
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
75879cfb93
commit
13541f32a1
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ RUN apk add --no-cache \
|
|||
py3-dateutil \
|
||||
py3-lxml \
|
||||
py3-semver \
|
||||
&& python3 -m pip install pyfiglet \
|
||||
&& 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue