mirror of
https://github.com/maubot/maubot.git
synced 2024-10-01 01:06:10 -04:00
Add semver module to docker image
This commit is contained in:
parent
c55d05e517
commit
e7606751eb
@ -45,8 +45,9 @@ RUN apk add --no-cache \
|
||||
py3-feedparser \
|
||||
py3-dateutil \
|
||||
py3-lxml \
|
||||
py3-gitlab@edge
|
||||
# TODO remove pillow, magic, feedparser, lxml and gitlab when maubot supports installing dependencies
|
||||
py3-gitlab@edge \
|
||||
py3-semver@edge
|
||||
# TODO remove pillow, magic, feedparser, lxml, gitlab and semver when maubot supports installing dependencies
|
||||
|
||||
COPY requirements.txt /opt/maubot/requirements.txt
|
||||
COPY optional-requirements.txt /opt/maubot/optional-requirements.txt
|
||||
|
@ -39,8 +39,9 @@ RUN apk add --no-cache \
|
||||
py3-magic \
|
||||
py3-feedparser \
|
||||
py3-lxml \
|
||||
py3-gitlab@edge
|
||||
# TODO remove pillow, magic, feedparser, lxml and gitlab when maubot supports installing dependencies
|
||||
py3-gitlab@edge \
|
||||
py3-semver@edge
|
||||
# TODO remove pillow, magic, feedparser, lxml, gitlab and semver when maubot supports installing dependencies
|
||||
|
||||
COPY requirements.txt /opt/maubot/requirements.txt
|
||||
COPY optional-requirements.txt /opt/maubot/optional-requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user