mirror of
https://github.com/stucki/docker-lineageos
synced 2024-12-19 17:12:29 -05:00
Set USE_CCACHE=1 in environment
This commit is contained in:
parent
e69484fcde
commit
9318dccfa9
@ -25,6 +25,7 @@ RUN curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > /home
|
||||
RUN chmod a+x /home/cmbuild/bin/repo
|
||||
|
||||
RUN echo "export PATH=${PATH}:/home/cmbuild/bin" >> /etc/bash.bashrc
|
||||
RUN echo "export USE_CCACHE=1" >> /etc/bash.bashrc
|
||||
|
||||
WORKDIR /home/cmbuild/android
|
||||
VOLUME /home/cmbuild/android
|
||||
|
Loading…
Reference in New Issue
Block a user