From a3bbd0ec97d8180493d7d27d8ff526ccbce3e503 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 23 Apr 2024 16:22:22 +0200 Subject: [PATCH] Update Dockerfile --- 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 1f0eb5185..74b8539a0 100644 --- a/zzz_draft_birdnet-pi/Dockerfile +++ b/zzz_draft_birdnet-pi/Dockerfile @@ -35,7 +35,7 @@ RUN \ chmod 777 /newinstaller.sh && \ sed -i "s|apt |apt-get |g" /newinstaller.sh && \ sed -i "s|sudo|#sudo|g" /newinstaller.sh && \ - sed -i "/sudo apt update/a echo "Missing apps : $PACKAGES_MISSING" && exit 1" /newinstaller.sh + sed -i "/sudo apt update/a echo \"Missing apps : \$PACKAGES_MISSING\" && exit 1" /newinstaller.sh USER birdnet RUN "/./newinstaller.sh"