This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user