stop deleting user that is not in base

This commit is contained in:
thelamer 2024-06-01 18:47:41 -04:00
parent 5c97fca7d5
commit 2ed65e9e60
2 changed files with 0 additions and 2 deletions

View File

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

View File

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