This commit is contained in:
wang 2024-07-13 12:26:31 +08:00
parent fb35c8235f
commit 62b65ccc1a
6 changed files with 3 additions and 1 deletions

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

View File

@ -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 \