From df2f2a896ad08381fbe60ebe1595fe280f3cea78 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 13 Dec 2021 15:03:56 +0200 Subject: [PATCH] Add missing line to CI dockerfile --- Dockerfile.ci | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile.ci b/Dockerfile.ci index 09bdb5f..81f8b56 100644 --- a/Dockerfile.ci +++ b/Dockerfile.ci @@ -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