From a689c62414d440890fb32ad16410f92affd1e456 Mon Sep 17 00:00:00 2001
From: Anton Akhmerov <anton.akhmerov@gmail.com>
Date: Wed, 28 Sep 2016 23:12:45 +0200
Subject: [PATCH] move and update dockerfile

---
 Dockerfile => docker/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename Dockerfile => docker/Dockerfile (75%)

diff --git a/Dockerfile b/docker/Dockerfile
similarity index 75%
rename from Dockerfile
rename to docker/Dockerfile
index df62742..92691ac 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
-- 
GitLab