This commit is contained in:
parent
fb35c8235f
commit
62b65ccc1a
Binary file not shown.
After Width: | Height: | Size: 301 KiB |
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 556 KiB |
Binary file not shown.
After Width: | Height: | Size: 473 KiB |
|
@ -56,6 +56,8 @@ ADD https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLA
|
||||||
RUN tar -C / -Jxpf /tmp/s6-overlay-symlinks-arch.tar.xz && \
|
RUN tar -C / -Jxpf /tmp/s6-overlay-symlinks-arch.tar.xz && \
|
||||||
useradd -u 911 -U -d /config -s /bin/false abc && \
|
useradd -u 911 -U -d /config -s /bin/false abc && \
|
||||||
usermod -G users abc && \
|
usermod -G users abc && \
|
||||||
|
echo "abc:123456" | chpasswd && \
|
||||||
|
usermod -aG sudo dmdba && \
|
||||||
mkdir -p \
|
mkdir -p \
|
||||||
/app \
|
/app \
|
||||||
/config \
|
/config \
|
||||||
|
|
Loading…
Reference in New Issue