Added input group

This commit is contained in:
Héctor Molinero Fernández
2019-06-18 20:48:48 +02:00
parent ba5a78fa37
commit 1ab8ed9d49

View File

@@ -412,7 +412,7 @@ RUN useradd \
--uid "${GUEST_USER_UID}" \
--gid "${GUEST_USER_GID}" \
--shell "$(command -v bash)" \
--groups audio,video \
--groups audio,input,video \
--home-dir /home/guest/ \
--create-home \
guest