Ensure not use sudo by 'RUN'

If you don't want to preface the docker command with sudo , create a Unix group called 'docker' and add users to it. When the Docker daemon starts, it creates a Unix socket accessible by members of the docker group. The docker group grants privileges equivalent to the root user.