mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Fixed Docker build
This commit is contained in:
parent
47cd4f06a1
commit
5b1dcacd37
@ -37,11 +37,13 @@ RUN \
|
||||
git \
|
||||
git-fast-import \
|
||||
openssh \
|
||||
&& apk add --no-cache --virtual .build gcc musl-dev \
|
||||
&& pip install --no-cache-dir . \
|
||||
&& pip install --no-cache-dir \
|
||||
'mkdocs-minify-plugin>=0.2' \
|
||||
'mkdocs-git-revision-date-localized-plugin>=0.4' \
|
||||
'mkdocs-awesome-pages-plugin>=2.2.1' \
|
||||
&& apk del .build gcc musl-dev \
|
||||
&& rm -rf /tmp/*
|
||||
|
||||
# Set working directory
|
||||
|
Loading…
Reference in New Issue
Block a user