Try deleting sources in docker image
This commit is contained in:
@@ -68,6 +68,8 @@ RUN apk add --no-cache --virtual .build-deps \
|
|||||||
# lottieconverter
|
# lottieconverter
|
||||||
zlib libpng \
|
zlib libpng \
|
||||||
&& pip3 install .[speedups,hq_thumbnails,metrics] \
|
&& pip3 install .[speedups,hq_thumbnails,metrics] \
|
||||||
|
# pip installs the sources to /usr/lib/python3.8/site-packages, so we don't need them here
|
||||||
|
&& rm -rf /opt/mautrix-telegram/mautrix_telegram \
|
||||||
&& apk del .build-deps
|
&& apk del .build-deps
|
||||||
|
|
||||||
VOLUME /data
|
VOLUME /data
|
||||||
|
|||||||
Reference in New Issue
Block a user