Commit Graph

6 Commits

Author SHA1 Message Date
Kyle Manna 192cba106d Dockerfile: Add default SSH config
* Add a default ssh config that won't blow up due to empty/missing
  known_hosts file.
* Those concerned about security are expected to fork the repo and
  update the Dockerfile to include trusted values.
2014-11-21 12:24:31 -08:00
Kyle Manna bdc92d0d06 Dockerfile: Fix CCACHE_DIR env variable
* Use the proper environmental variable
2014-11-16 13:57:45 -08:00
Davy Leggieri 8a6dee7c84 Fixed .gitconfig owner 2014-11-15 14:37:38 -08:00
Kyle Manna 55e5d196d2 Dockerfile: Use Oracle Java instead of OpenJDK
* Android complains otherwise.  It's apparenty there will need to be
  multiple docker versions with different JDKs for different Android
  builds.
2014-11-11 21:02:35 -08:00
Kyle Manna afa8810c40 gitconfig: Add default gitconfig to ease repo init
* Provide a default gitconfig so that repo init won't prompt the user.
2014-11-11 12:18:35 -08:00
Kyle Manna 75cef9ca0f Dockerfile: Initial commit
* First attempt at a minimal Dockerfile.  Will need testing.
2014-11-10 21:11:52 -08:00