compilebox
compilebox copied to clipboard
What's the purpose of using mysql in the setup Dockerfile?
Hi, please refer to this code in the setup Dockerfile:
RUN echo "mysql ALL = NOPASSWD: /usr/sbin/service mysql start" | cat >> /etc/sudoers
What's the reason to setting no permissions to a mysql connection? Do we even need a db connection for code compiling service?