diff --git a/Dockerfile b/Dockerfile
index 566e4ee91ef1eb1503af90cc2f2dc80d8562ea58..9905d6b5bab5a34be723343979a17de77abf968c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,6 +16,10 @@ RUN sed -ie 's/#\s*\(user_allow_other\)/\1/' /etc/fuse.conf
 # create jovyan user
 RUN adduser -u $JOVYAN_UID -g $JOVYAN_GRP -D jovyan
 
+USER jovyan
+RUN rclone config touch
+USER ''
+
 COPY mount.sh /usr/local/bin/
 
 ENTRYPOINT [ "tini", "-g", "--", "mount.sh" ]