mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Removed mkdocs and readthedocs themes from Docker image
This commit is contained in:
parent
b0887d28cf
commit
0d9a3326bc
@ -48,8 +48,8 @@ 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 /usr/local/lib/python3.8/site-packages/mkdocs/themes/*/* \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
# Set working directory
|
||||
|
Loading…
Reference in New Issue
Block a user