dotemacs

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

debian-9.Dockerfile.in (108B)


      1 # -*- dockerfile -*-
      2 FROM debian:9
      3 RUN apt-get update -y && apt-get install -y gcc g++ libpoppler-glib-dev
      4