dotemacs

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

gentoo.Dockerfile.in.FAILING (332B)


      1 # -*- dockerfile -*-
      2 FROM gentoo/stage3
      3 RUN emerge --sync
      4 # IF you see this error, just ignore it: !!! It seems /run is not mounted. Process management may malfunction.
      5 # Note that gentoo takes a **long** time to build and run, that's okay.
      6 # @TODO: Currently, running this errors out because it cannot find glib-2.0, needs fixing.