update Dockerfile_npmpage

This commit is contained in:
Philipp Kunz 2017-10-11 17:29:44 +02:00
parent bbe957a694
commit 14da195a62

View File

@ -1,5 +1,6 @@
FROM hosttoday/ht-docker-node:stable FROM hosttoday/ht-docker-node:stable
RUN apt-get update && apt-get install -y python-pip RUN apt-get update && apt-get install -y python-pip
RUN npmci command yarn global add npmpage
RUN pip install --upgrade pip \ RUN pip install --upgrade pip \
&& pip install mkdocs \ && pip install mkdocs \
&& mkdocs --version \ && mkdocs --version \