Add missing line to CI dockerfile
This commit is contained in:
parent
33bc777bfd
commit
df2f2a896a
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue