From 6ec6789f74bb0174a2c87bb3a18c3b97edaf7f80 Mon Sep 17 00:00:00 2001 From: Nathan Genetzky Date: Thu, 25 Jun 2020 19:48:10 -0500 Subject: [PATCH] common.dockcross: Don't chpasswd for root, metadata at end --- common.dockcross | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/common.dockcross b/common.dockcross index efb0df9..cefea3c 100644 --- a/common.dockcross +++ b/common.dockcross @@ -19,9 +19,8 @@ RUN \ /buildscripts/install-gosu-binary-wrapper.sh && \ rm -rf /buildscripts -RUN echo "root:root" | chpasswd -WORKDIR /work -ENTRYPOINT ["/dockcross/entrypoint.sh"] - # Runtime scripts COPY imagefiles/entrypoint.sh imagefiles/dockcross /dockcross/ + +WORKDIR /work +ENTRYPOINT ["/dockcross/entrypoint.sh"]