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