mirror of
https://github.com/budtmo/docker-android.git
synced 2026-02-06 03:16:45 +00:00
Added user permission for kvm usage
This commit is contained in:
parent
c47e5efdad
commit
4459fffdb2
@ -78,6 +78,7 @@ COPY mixins ${APP_PATH}/mixins
|
||||
COPY cli ${APP_PATH}/cli
|
||||
RUN --mount=type=secret,id=extension,dst=/tmp/extension.sh \
|
||||
bash /tmp/extension.sh
|
||||
RUN echo "${USERNAME} ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
|
||||
|
||||
#===================
|
||||
# Configure OpenBox
|
||||
|
||||
Loading…
Reference in New Issue
Block a user