From 2c58f0a28092957cfba45cfb37610e26efc2dac6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 25 Apr 2024 15:10:36 +0200 Subject: [PATCH] change abc user --- zzz_draft_birdnet-pi/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/zzz_draft_birdnet-pi/Dockerfile b/zzz_draft_birdnet-pi/Dockerfile index 432e65e9f..e05201af4 100644 --- a/zzz_draft_birdnet-pi/Dockerfile +++ b/zzz_draft_birdnet-pi/Dockerfile @@ -35,6 +35,7 @@ RUN \ \ # Change user to pi and create /home/pi echo "setting users" && \ + groupmod -o -g 101 abc && usermod -o -u 101 abc && \ groupadd --non-unique -g 1000 pi && \ useradd --non-unique --uid 1000 --gid 1000 -m pi && \ \