Skip to content

Commit 01b234c

Browse files
install pyhton 3.8 modules
1 parent 9f46523 commit 01b234c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ RUN wget -q https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/
2626
rm -rf /tmp/wkhtmltox*
2727

2828
# install python modules (most recent versions)
29-
RUN pip3.6 install --upgrade pip
30-
RUN pip3.6 install mkdocs \
29+
RUN pip3.8 install --upgrade pip
30+
RUN pip3.8 install mkdocs \
3131
mkdocs-material \
3232
mkdocs-awesome-pages-plugin \
3333
pymdown-extensions \

0 commit comments

Comments
 (0)