From d818b6962bda732fa9d3c55318b0cab5b421c15d Mon Sep 17 00:00:00 2001 From: pi-farm Date: Mon, 16 Mar 2026 16:33:43 +0100 Subject: [PATCH] fix final-stage --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 96f916a..84ecbe8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -143,9 +143,9 @@ RUN \ rm -f /etc/apt/sources.list.d/debian.sources && \ echo "**** generate locale ****" && \ locale-gen en_US.UTF-8 && \ - echo "**** create pi user and make our folders ****" && \ - useradd -u 911 -U -d /config -s /bin/false ${BUILD_APP_USER} && \ - usermod -G users ${BUILD_APP_USER} && \ + echo "**** create abc user and make our folders ****" && \ + useradd -u 911 -U -d /config -s /bin/false abc && \ + usermod -G users abc && \ mkdir -p \ /app \ /config \