Remove cchardet in dockerfile
This commit is contained in:
parent
2c36e8265b
commit
96d4e434a8
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue