mirror of
https://github.com/linuxserver/docker-baseimage-kasmvnc.git
synced 2026-02-20 08:28:57 +08:00
stop deleting user that is not in base
This commit is contained in:
parent
5c97fca7d5
commit
2ed65e9e60
@ -368,7 +368,6 @@ RUN \
|
||||
| tar -xzf - -C /proot-apps/ && \
|
||||
echo "${PAPPS_RELEASE}" > /proot-apps/pversion && \
|
||||
echo "**** kasm support ****" && \
|
||||
deluser ubuntu && \
|
||||
useradd \
|
||||
-u 1000 -U \
|
||||
-d /home/kasm-user \
|
||||
|
||||
@ -370,7 +370,6 @@ RUN \
|
||||
| tar -xzf - -C /proot-apps/ && \
|
||||
echo "${PAPPS_RELEASE}" > /proot-apps/pversion && \
|
||||
echo "**** kasm support ****" && \
|
||||
deluser ubuntu && \
|
||||
useradd \
|
||||
-u 1000 -U \
|
||||
-d /home/kasm-user \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user