diff --git a/Dockerfile-debian b/Dockerfile-debian index 18f05b4..41ff339 100644 --- a/Dockerfile-debian +++ b/Dockerfile-debian @@ -312,7 +312,7 @@ RUN groupadd --gid 1000 nginx-api-gateway \ RUN mkdir -p /usr/local/api-gateway \ && chown -R nginx-api-gateway:nginx-api-gateway /etc/init-container.sh /etc/api-gateway /var/log/api-gateway /usr/local \ && chmod 755 -R /etc/api-gateway /var/log/api-gateway /usr/local \ - && echo "nginx-api-gateway ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers + && echo "nginx-api-gateway ALL=(ALL) NOPASSWD:SETENV: ALL" >> /etc/sudoers RUN apt-get update && apt-get install -y inotify-tools