From be876186d189f57608629aaf3a8a80e592d1daca Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 25 Apr 2024 09:31:24 +0200 Subject: [PATCH] update --- zzz_draft_birdnet-pi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zzz_draft_birdnet-pi/Dockerfile b/zzz_draft_birdnet-pi/Dockerfile index 54a2ca2f5..ead7a3d79 100644 --- a/zzz_draft_birdnet-pi/Dockerfile +++ b/zzz_draft_birdnet-pi/Dockerfile @@ -26,7 +26,7 @@ ENV DEBIAN_FRONTEND="noninteractive" \ HOME="/home/abc" \ XDG_RUNTIME_DIR="/run/user/1000" -# hadolint ignore=DL3015 +# hadolint ignore=DL3015,SC2016 RUN \ # Install dependencies apt-get update -y && apt-get install gcc python3-dev git jq sudo -y && \