mirror of
https://github.com/maubot/maubot.git
synced 2024-10-01 01:06:10 -04:00
Remove cchardet in dockerfile
This commit is contained in:
parent
2c36e8265b
commit
96d4e434a8
@ -43,7 +43,7 @@ COPY optional-requirements.txt /opt/maubot/optional-requirements.txt
|
||||
WORKDIR /opt/maubot
|
||||
RUN apk add --virtual .build-deps python3-dev build-base git \
|
||||
&& pip3 install -r requirements.txt -r optional-requirements.txt \
|
||||
dateparser langdetect python-gitlab pyquery cchardet semver tzlocal cssselect \
|
||||
dateparser langdetect python-gitlab pyquery semver tzlocal cssselect \
|
||||
&& apk del .build-deps
|
||||
# TODO also remove dateparser, langdetect and pyquery when maubot supports installing dependencies
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user