diff --git a/zzz_draft_birdnet-pi/Dockerfile b/zzz_draft_birdnet-pi/Dockerfile index f2b4d601c..ea6f2c3a8 100644 --- a/zzz_draft_birdnet-pi/Dockerfile +++ b/zzz_draft_birdnet-pi/Dockerfile @@ -29,7 +29,7 @@ RUN \ groupadd --gid 1000 birdnet && useradd --uid 1000 --gid birdnet --shell /bin/bash --create-home birdnet && \ echo "birdnet ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && \ \ - chown root:root /etc/sudoers + chown root:root /etc/sudoers && \ chown root:root /usr/bin/sudo && \ chmod 4755 /usr/bin/sudo && \ \