summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 9c30579..d592694 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,6 +17,6 @@ RUN sudo chown -R ${USER_ACCT}: ${TOOLCHAIN_BUILD} \
&& bin/build.sh \
&& sudo rm -rf "${TOOLCHAIN_BUILD}"
-WORKDIR "${USER_HOME}"
+USER root
CMD ["/bin/bash", "-l"]