dotemacs

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

fedora-34.Dockerfile.in (187B)


      1 # -*- dockerfile -*-
      2 FROM fedora:34
      3 # Need to install make, tzdata here to avoid stupid prompts when running package install via autobuild
      4 RUN dnf update -y && dnf install -y make tzdata