dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

emacs-27.Dockerfile.in (243B)


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