diff --git a/.dockerignore b/.dockerignore index ec191c92..1f625fe0 100644 --- a/.dockerignore +++ b/.dockerignore @@ -2,3 +2,5 @@ .codeclimate.yml *.png *.md +logs +.venv diff --git a/Dockerfile b/Dockerfile index d21a3f2c..619fd83b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,8 @@ RUN apk add --no-cache \ ca-certificates \ su-exec \ git \ - && pip3 install .[all] && pip3 install --upgrade 'git+https://github.com/tulir/mautrix-python@bridge-updates#egg=mautrix' + && pip3 install .[fast_crypto,hq_thumbnails,metrics] \ + && pip3 install --upgrade 'git+https://github.com/tulir/mautrix-python@bridge-updates#egg=mautrix' VOLUME /data