summaryrefslogtreecommitdiff
path: root/docker_builds/docker_hakyll
diff options
context:
space:
mode:
Diffstat (limited to 'docker_builds/docker_hakyll')
-rw-r--r--docker_builds/docker_hakyll/Dockerfile4
-rw-r--r--docker_builds/docker_hakyll/README.md1
2 files changed, 5 insertions, 0 deletions
diff --git a/docker_builds/docker_hakyll/Dockerfile b/docker_builds/docker_hakyll/Dockerfile
new file mode 100644
index 0000000..b454996
--- /dev/null
+++ b/docker_builds/docker_hakyll/Dockerfile
@@ -0,0 +1,4 @@
+FROM migueldirty/ghcup
+ENV LANG C.UTF-8
+ENV LC_ALL C.UTF-8
+RUN cabal install hakyll
diff --git a/docker_builds/docker_hakyll/README.md b/docker_builds/docker_hakyll/README.md
new file mode 100644
index 0000000..9f79958
--- /dev/null
+++ b/docker_builds/docker_hakyll/README.md
@@ -0,0 +1 @@
+fresh hakyll install