add HOME environment variable to Dockerfile

This commit is contained in:
bigeagle 2016-12-18 18:45:06 +08:00
parent 418fe88101
commit 86917292c2
No known key found for this signature in database
GPG Key ID: 9171A4571C27920A

View File

@ -16,4 +16,5 @@ RUN mkdir -p /home/tunasync-scripts
ADD https://storage.googleapis.com/git-repo-downloads/repo /usr/local/bin/aosp-repo
RUN chmod a+x /usr/local/bin/aosp-repo
ENV HOME=/tmp
CMD /bin/bash