Files
emacs/lisp/pdf-tools/build/server/test/docker/templates/emacs-27.Dockerfile.in
Daniel Weschke 82f05baffe pkg update and first config fix
org-brain not working, add org-roam
2022-12-19 23:02:34 +01:00

6 lines
243 B
Docker

# -*- dockerfile -*-
FROM silex/emacs:27-ci-cask
ARG DEBIAN_FRONTEND=noninteractive
# Need to install make, tzdata here to avoid stupid prompts when running package install via autobuild
RUN apt-get update -y && apt-get install -y make tzdata