This website requires JavaScript.
Explore
Help
Sign in
ryuslash
/
emacs-config
Watch
1
Star
0
Fork
You've already forked emacs-config
0
Code
Activity
2eb1766496
emacs-config
/
Dockerfile
4 lines
58 B
Text
Raw
Normal View
History
Unescape
Escape
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.
2020-01-08 20:50:18 +01:00
FROM silex/emacs:26.3-alpine-dev
Add sqlite to the docker container The newly added ‘org-roam’ package needs the sqlite binary.
2020-07-19 21:27:02 +02:00
RUN apk add bats sqlite
Copy permalink