fix final-stage
Some checks failed
/ release-and-build (push) Failing after 1m10s

This commit is contained in:
2026-03-16 16:33:43 +01:00
parent 705f926d86
commit d818b6962b

View File

@@ -143,9 +143,9 @@ RUN \
rm -f /etc/apt/sources.list.d/debian.sources && \ rm -f /etc/apt/sources.list.d/debian.sources && \
echo "**** generate locale ****" && \ echo "**** generate locale ****" && \
locale-gen en_US.UTF-8 && \ locale-gen en_US.UTF-8 && \
echo "**** create pi user and make our folders ****" && \ echo "**** create abc user and make our folders ****" && \
useradd -u 911 -U -d /config -s /bin/false ${BUILD_APP_USER} && \ useradd -u 911 -U -d /config -s /bin/false abc && \
usermod -G users ${BUILD_APP_USER} && \ usermod -G users abc && \
mkdir -p \ mkdir -p \
/app \ /app \
/config \ /config \