config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

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.