Skip to content
Snippets Groups Projects
Commit a689c624 authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

move and update dockerfile

parent 198d67d2
No related branches found
No related tags found
No related merge requests found
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment