update cosmetics

This commit is contained in:
Philipp Kunz 2017-10-11 17:22:55 +02:00
parent 108ec46426
commit 963ca3e5ff

View File

@ -1,6 +1,6 @@
FROM hosttoday/ht-docker-node:stable
RUN apt-get update && apt-get install -y python-pip
RUN pip install --upgrade pip \
RUN pip install --upgrade pip \
&& pip install mkdocs \
&& mkdocs --version \
&& pip install mkdocs-material \