add the default kasm users in the docker logic to allow container upgrades without wizard upgrades

This commit is contained in:
thelamer 2024-09-24 09:39:00 -04:00
parent b46bc370e0
commit 6e3ffefc84
4 changed files with 6 additions and 0 deletions

View file

@ -112,6 +112,8 @@ RUN \
cp \
/kasm_release/conf/database/seed_data/default_images_a* \
/wizard/ && \
useradd -u 70 kasm_db && \
useradd kasm && \
echo "**** cleanup ****" && \
apt-get remove -y g++ gcc make && \
apt-get -y autoremove && \