Skip to content

Instantly share code, notes, and snippets.

@d11wtq
Created March 7, 2014 00:42
Show Gist options
  • Save d11wtq/9402825 to your computer and use it in GitHub Desktop.
Save d11wtq/9402825 to your computer and use it in GitHub Desktop.

Revisions

  1. d11wtq created this gist Mar 7, 2014.
    10 changes: 10 additions & 0 deletions Dockerfile
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    FROM gentoo
    MAINTAINER Bob

    EXCLUDE /usr/portage

    RUN emerge-webrsync
    RUN emerge sys-devel/llvm
    RUN emerge sys-devel/clang --autounmask-write
    RUN etc-update --automode -5
    RUN emerge sys-devel/clang