1
0
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:
Michael Stucki 2014-02-04 22:40:25 +01:00
parent e69484fcde
commit 9318dccfa9

View File

@ -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