common.dockcross: Don't chpasswd for root, metadata at end

This commit is contained in:
Nathan Genetzky 2020-06-25 19:48:10 -05:00
parent 3b0a2bf76e
commit 6ec6789f74

View File

@ -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"]