Remove cchardet in dockerfile

This commit is contained in:
Tulir Asokan 2023-06-26 13:35:00 +03:00
parent 2c36e8265b
commit 96d4e434a8
1 changed files with 1 additions and 1 deletions

View File

@ -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