diff --git a/Dockerfile b/Dockerfile
index c465bfda4eaea124addc3bfd1fb5266ba3ff53e5..1c0a5cd93577c1c94f764688cad7fa75d920191e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -47,6 +47,7 @@ RUN git clone https://github.com/pyenv/pyenv.git /builder/.pyenv && \
     PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install --force 3.6.4
 
 # Entry point
+USER root
 COPY bootstrap.sh /root/bootstrap.sh
 RUN chmod u+x /root/bootstrap.sh
 ENTRYPOINT ["/root/bootstrap.sh"]