We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47e5ef commit 4459fffCopy full SHA for 4459fff
docker/emulator
@@ -78,6 +78,7 @@ COPY mixins ${APP_PATH}/mixins
78
COPY cli ${APP_PATH}/cli
79
RUN --mount=type=secret,id=extension,dst=/tmp/extension.sh \
80
bash /tmp/extension.sh
81
+RUN echo "${USERNAME} ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
82
83
#===================
84
# Configure OpenBox
0 commit comments