mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-22 06:05:36 +01:00
common.dockcross: Don't chpasswd for root, metadata at end
This commit is contained in:
parent
3b0a2bf76e
commit
6ec6789f74
@ -19,9 +19,8 @@ RUN \
|
|||||||
/buildscripts/install-gosu-binary-wrapper.sh && \
|
/buildscripts/install-gosu-binary-wrapper.sh && \
|
||||||
rm -rf /buildscripts
|
rm -rf /buildscripts
|
||||||
|
|
||||||
RUN echo "root:root" | chpasswd
|
|
||||||
WORKDIR /work
|
|
||||||
ENTRYPOINT ["/dockcross/entrypoint.sh"]
|
|
||||||
|
|
||||||
# Runtime scripts
|
# Runtime scripts
|
||||||
COPY imagefiles/entrypoint.sh imagefiles/dockcross /dockcross/
|
COPY imagefiles/entrypoint.sh imagefiles/dockcross /dockcross/
|
||||||
|
|
||||||
|
WORKDIR /work
|
||||||
|
ENTRYPOINT ["/dockcross/entrypoint.sh"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user