We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f46523 commit 01b234cCopy full SHA for 01b234c
docker/Dockerfile
@@ -26,8 +26,8 @@ RUN wget -q https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/
26
rm -rf /tmp/wkhtmltox*
27
28
# install python modules (most recent versions)
29
-RUN pip3.6 install --upgrade pip
30
-RUN pip3.6 install mkdocs \
+RUN pip3.8 install --upgrade pip
+RUN pip3.8 install mkdocs \
31
mkdocs-material \
32
mkdocs-awesome-pages-plugin \
33
pymdown-extensions \
0 commit comments