Merge pull request #476 from dcharbonnier/patch-1
fix HOME for user root
This commit is contained in:
commit
0bd76a0045
@ -16,5 +16,6 @@ RUN chmod +x rustup.sh
|
|||||||
RUN ./rustup.sh -y
|
RUN ./rustup.sh -y
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
ENV HOME=/home/user
|
||||||
COPY ./entrypoint /
|
COPY ./entrypoint /
|
||||||
ENTRYPOINT ["/entrypoint"]
|
ENTRYPOINT ["/entrypoint"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user