I have to run krr in an environment where security needs container to run with a non root user. Could you add a new user in the Dockerfile for this ? ``` RUN adduser --disabled-password --gecos "" --uid 1000 krr && chown -R krr:krr /app USER 1000 ```