Robby O'Connor
Robby O'Connor
Also rebased this.
I nuked sudo as a package dependency. gosu is sufficient for this.
@kylemanna ready for showtime on both this and #31 -- tested both
I also don't see this being necessary....the current works...and in most cases -- running as one-off containers is preferable...
I'm :-1: on this. @ric96 -- I been using this and I run this like: `docker-compose run --rm aosp` -- in short -- I don't keep containers around...I just submitted...
@LtLei That should pull the image down from docker hub if it's not on your system already...
Also note that `master` is effectively capable of building Nougat.
and the 7.0 tag is rather old and you should be building 7.1.x -- If it were possible to propose new branches via PRs, I would.
``` aosp@2d3c9b0ff45d:/aosp$ env HOSTNAME=2d3c9b0ff45d TERM=xterm CCACHE_DIR=/tmp/ccache PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PWD=/aosp HOME=/home/aosp SHLVL=1 GOSU_VERSION=1.10 USE_CCACHE=1 _=/usr/bin/env aosp@2d3c9b0ff45d:/aosp$ ```
Fixed a small issue and rebased