dotemacs

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

gentoo.Dockerfile.in (107B)


      1 # -*- dockerfile -*-
      2 FROM gentoo/stage3-amd64
      3 RUN emerge --sync && emerge sys-devel/gcc app-text/poppler
      4 
      5