We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e524d76 commit 87a7259Copy full SHA for 87a7259
1 file changed
docs/Dockerfile
@@ -1,15 +1,14 @@
1
FROM squidfunk/mkdocs-material:5.5.0
2
3
-RUN \
4
- apk add --no-cache \
5
- git \
6
- git-fast-import \
7
- openssh \
+RUN apk add --no-cache \
+ git \
+ git-fast-import \
+ openssh \
8
&& apk add --no-cache --virtual .build gcc musl-dev \
9
&& pip install --no-cache-dir \
10
- 'markdown-include' \
11
- 'mike' \
12
- 'mkdocs-exclude' \
13
- 'mkdocs-macros-plugin' \
+ 'markdown-include==0.5.1' \
+ 'mike==1.1.2' \
+ 'mkdocs-exclude==1.0.2' \
+ 'mkdocs-macros-plugin==0.5.12' \
14
&& apk del .build gcc musl-dev \
15
&& rm -rf /tmp/*
0 commit comments