Skip to content

Commit

Permalink
Fixed Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Jul 24, 2020
1 parent a33fea9 commit 9d8986a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ RUN \
&& 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-minify-plugin>=0.3' \
'mkdocs-redirects>=1.0' \
'mkdocs-git-revision-date-localized-plugin>=0.4' \
'mkdocs-awesome-pages-plugin>=2.2.1' \
&& apk del .build gcc musl-dev \
Expand Down

0 comments on commit 9d8986a

Please sign in to comment.