summaryrefslogtreecommitdiff
path: root/docker_builds/docker_hakyll
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2021-01-21 20:59:10 +0100
committerMiguel <m.i@gmx.at>2021-01-21 20:59:10 +0100
commit5ec428a0c177025b9c04330ae3f39cbde27a2d81 (patch)
tree40b5bfbcd1705e312b240c2c5c144f5a79889504 /docker_builds/docker_hakyll
parent3ccd1cf7427768cb390527a45753e0cc32f4d609 (diff)
add dokcer builds
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