Skip to content

Commit

Permalink
Fixed Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Apr 17, 2020
1 parent 47cd4f0 commit 5b1dcac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Expand Up @@ -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
Expand Down

0 comments on commit 5b1dcac

Please sign in to comment.