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.
This commit is contained in:
parent
a1e3fb87dc
commit
a8ae963756
1 changed files with 3 additions and 0 deletions
3
Dockerfile
Normal file
3
Dockerfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
FROM silex/emacs:26.3-alpine-dev
|
||||
|
||||
RUN apk add bats
|
Loading…
Reference in a new issue