Do not add 'lizard' user inside Fedora 38 container to 'input' group (#1291)
This commit is contained in:
parent
32ca9d41de
commit
8da2caf764
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ RUN <<_SETUP_USER
|
|||
#!/bin/bash
|
||||
set -e
|
||||
groupadd -f -g "${PGID}" "${UNAME}"
|
||||
useradd -lm -d ${HOME} -s /bin/bash -g "${PGID}" -G input -u "${PUID}" "${UNAME}"
|
||||
useradd -lm -d ${HOME} -s /bin/bash -g "${PGID}" -u "${PUID}" "${UNAME}"
|
||||
mkdir -p ${HOME}/.config/sunshine
|
||||
ln -s ${HOME}/.config/sunshine /config
|
||||
chown -R ${UNAME} ${HOME}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue