mirror of
https://github.com/stucki/docker-lineageos
synced 2025-01-09 17:39:47 -05:00
add android completion
This commit is contained in:
parent
ae71c4c41b
commit
029736b5e6
@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
### Added
|
||||
- Use -f to force rebuild the source.
|
||||
- If build fails don't remove intermediate containers
|
||||
- Added bash completion, wget and nano
|
||||
- Simplier home creation
|
||||
|
||||
## [0.5.0] - 2016-03-14
|
||||
### Added
|
||||
|
3
Dockerfile
Normal file → Executable file
3
Dockerfile
Normal file → Executable file
@ -17,8 +17,9 @@ RUN apt-get install -y g++-multilib gcc-multilib lib32ncurses5-dev lib32readline
|
||||
RUN apt-get install -y ccache rsync tig
|
||||
RUN apt-get install -y android-tools-adb android-tools-fastboot
|
||||
RUN apt-get install -y bc bsdmainutils file screen
|
||||
RUN apt-get install -y bash-completion wget nano
|
||||
|
||||
RUN mkdir -p /home/cmbuild && useradd --no-create-home cmbuild && rsync -a /etc/skel/ /home/cmbuild/
|
||||
RUN useradd cmbuild && rsync -a /etc/skel/ /home/cmbuild/
|
||||
|
||||
RUN mkdir /home/cmbuild/bin
|
||||
RUN curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > /home/cmbuild/bin/repo
|
||||
|
2
bash_completion
Normal file
2
bash_completion
Normal file
@ -0,0 +1,2 @@
|
||||
. android-completion/android
|
||||
. android-completion/repo
|
Loading…
x
Reference in New Issue
Block a user