Dockerfile: Fix CCACHE_DIR env variable

* Use the proper environmental variable
This commit is contained in:
Kyle Manna 2014-11-16 13:57:45 -08:00
parent 5116546c02
commit bdc92d0d06
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ VOLUME /aosp
# Improve rebuild performance by enabling compiler cache
ENV USE_CCACHE 1
ENV CCACHE /tmp/ccache
ENV CCACHE_DIR /tmp/ccache
# Work in the build directory, repo is expected to be init'd here
USER aosp