dotemacs

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

ubuntu-16.Dockerfile.in (113B)


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