From 84f14ddeb01a70752034026726aab7d2efda2277 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 23 Apr 2024 22:41:55 +0200 Subject: [PATCH] Update Dockerfile --- zzz_draft_birdnet-pi/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zzz_draft_birdnet-pi/Dockerfile b/zzz_draft_birdnet-pi/Dockerfile index 0db9b3da3..5910ca94c 100644 --- a/zzz_draft_birdnet-pi/Dockerfile +++ b/zzz_draft_birdnet-pi/Dockerfile @@ -36,6 +36,8 @@ RUN \ echo "#!/bin/sh\n\${@}" > /usr/sbin/sudo; \ chmod +x /usr/sbin/sudo; \ fi && \ + chown root:root /usr/bin/sudo && \ + chmod 4755 /usr/bin/sudo && \ \ # Install app #curl -s https://raw.githubusercontent.com/mcguirepr89/BirdNET-Pi/main/newinstaller.sh -o /newinstaller.sh && \