1
0
Fork 0

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:
Tom Willemse 2020-01-08 11:50:18 -08:00
parent a1e3fb87dc
commit a8ae963756

3
Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM silex/emacs:26.3-alpine-dev
RUN apk add bats