Tom Willemse
a8ae963756
This Dockerfile is used to build the image used for integration tests, it’s the regular Emacs image, but with the bats package added.
3 lines
51 B
Docker
3 lines
51 B
Docker
FROM silex/emacs:26.3-alpine-dev
|
|
|
|
RUN apk add bats
|