[ci skip]
@@ -0,0 +1,5 @@
+FROM debian:stretch
+MAINTAINER Lennart Weller <lhw@ring0.de>
+
+RUN apt-get update && apt-get -y install hugo python-pygments
+RUN rm -rf /var/lib/apt/lists/*