config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

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