diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -33,9 +33,10 @@ COPY etc/ ${TOOLCHAIN_BUILD}/etc RUN chown -R ${USER_ACCT}: "${TOOLCHAIN_BUILD}" USER "${USER_ACCT}" + RUN bin/build.sh \ && sudo rm -rf "${TOOLCHAIN_BUILD}" -WORKDIR "${USER_HOME}" +USER root CMD ["/bin/bash", "-l"] |