mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-06-30 23:12:45 +00:00
add HOME environment variable to Dockerfile
This commit is contained in:
parent
418fe88101
commit
86917292c2
@ -16,4 +16,5 @@ RUN mkdir -p /home/tunasync-scripts
|
|||||||
ADD https://storage.googleapis.com/git-repo-downloads/repo /usr/local/bin/aosp-repo
|
ADD https://storage.googleapis.com/git-repo-downloads/repo /usr/local/bin/aosp-repo
|
||||||
RUN chmod a+x /usr/local/bin/aosp-repo
|
RUN chmod a+x /usr/local/bin/aosp-repo
|
||||||
|
|
||||||
|
ENV HOME=/tmp
|
||||||
CMD /bin/bash
|
CMD /bin/bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user