Removed mkdocs and readthedocs themes from Docker image

This commit is contained in:
squidfunk 2020-09-27 14:07:54 +02:00
parent 32d8d51d58
commit b0887d28cf

View File

@ -48,6 +48,7 @@ RUN \
'mkdocs-minify-plugin>=0.3' \
'mkdocs-redirects>=1.0'; \
fi \
&& rm -rf /usr/local/lib/python3.8/site-packages/mkdocs/themes/*/* \
&& apk del .build gcc musl-dev \
&& rm -rf /tmp/*