mirror of
https://github.com/linuxserver/docker-kasm.git
synced 2026-01-23 02:24:38 +00:00
add the default kasm users in the docker logic to allow container upgrades without wizard upgrades
This commit is contained in:
parent
b46bc370e0
commit
6e3ffefc84
4 changed files with 6 additions and 0 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue