diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..df62742a2e75956523c089d8be7536ccc2e8372a --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +# Use for building and deploying Kwant website + +FROM ubuntu:14.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