diff --git a/back/dashboard.Dockerfile b/back/dashboard.Dockerfile index e99fd02..542c896 100644 --- a/back/dashboard.Dockerfile +++ b/back/dashboard.Dockerfile @@ -24,7 +24,7 @@ RUN sed -i -e "s/^$//" \ /etc/apache2/sites-available/000-default.conf # Allow http user to run these binaries as root with sudo -RUN echo "www-data ALL=(ALL:ALL) NOPASSWD: /usr/bin/wg, /usr/bin/openssl, /usr/bin/[, /usr/bin/tee, /bin/cat, /bin/mkdir, /bin/rm, /bin/chmod" \ +RUN echo "www-data ALL=(ALL:ALL) NOPASSWD: /usr/bin/wg, /usr/bin/openssl, /usr/bin/[, /usr/bin/tee, /bin/cat, /bin/mkdir, /bin/rm, /bin/chmod, /bin/chgrp" \ | sudo EDITOR='tee -a' visudo # Copy over cgi and libs