diff --git a/Dockerfile b/docker/Dockerfile similarity index 75% rename from Dockerfile rename to docker/Dockerfile index df62742a2e75956523c089d8be7536ccc2e8372a..92691ac97ff753fc91df9759b3af15f93a447120 100644 --- a/Dockerfile +++ b/docker/Dockerfile @@ -1,7 +1,7 @@ # Use for building and deploying Kwant website -FROM ubuntu:14.04 +FROM ubuntu:16.04 MAINTAINER Kwant authors <authors@kwant-project.org> RUN apt-get update -y && apt-get install -y python3-pip git libjpeg-dev zlib1g-dev libxml2-dev libxslt1-dev -RUN pip3 install nikola jinja2 webassets +RUN pip3 install nikola jinja2 webassets feedparser