mirror of
https://github.com/maubot/maubot.git
synced 2024-10-01 01:06:10 -04:00
Add missing line to CI dockerfile
This commit is contained in:
parent
33bc777bfd
commit
df2f2a896a
@ -46,7 +46,8 @@ RUN apk add --virtual .build-deps python3-dev build-base git \
|
||||
&& sed -Ei 's/psycopg2-binary.+//' optional-requirements.txt \
|
||||
&& pip3 install -r requirements.txt -r optional-requirements.txt \
|
||||
dateparser langdetect python-gitlab pyquery cchardet semver tzlocal cssselect \
|
||||
&& apk del .build-deps
|
||||
&& apk del .build-deps \
|
||||
&& cp maubot/example-config.yaml . && rm -rf maubot
|
||||
# TODO also remove dateparser, langdetect and pyquery when maubot supports installing dependencies
|
||||
|
||||
COPY . /opt/maubot
|
||||
|
Loading…
Reference in New Issue
Block a user