aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-01-08 11:50:18 -0800
committerGravatar Tom Willemse2020-01-08 11:50:18 -0800
commita8ae96375681861f4e441a59b591555f45cbb620 (patch)
tree11966fb1efc716b5a645698e335abfff1ae84a4c
parenta1e3fb87dc67bc48889506e6d17b1610f08c9a8b (diff)
downloademacs-config-a8ae96375681861f4e441a59b591555f45cbb620.tar.gz
emacs-config-a8ae96375681861f4e441a59b591555f45cbb620.zip
Add Dockerfile
This Dockerfile is used to build the image used for integration tests, it’s the regular Emacs image, but with the bats package added.
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..f6ce18b
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,3 @@
+FROM silex/emacs:26.3-alpine-dev
+
+RUN apk add bats