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 \
|
&& sed -Ei 's/psycopg2-binary.+//' optional-requirements.txt \
|
||||||
&& pip3 install -r requirements.txt -r optional-requirements.txt \
|
&& pip3 install -r requirements.txt -r optional-requirements.txt \
|
||||||
dateparser langdetect python-gitlab pyquery cchardet semver tzlocal cssselect \
|
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
|
# TODO also remove dateparser, langdetect and pyquery when maubot supports installing dependencies
|
||||||
|
|
||||||
COPY . /opt/maubot
|
COPY . /opt/maubot
|
||||||
|
Loading…
Reference in New Issue
Block a user