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 5b1b786 commit 91bca65Copy full SHA for 91bca65
.devcontainer/Dockerfile
@@ -42,7 +42,9 @@ RUN useradd trickfire \
42
# Give it a directory in /home
43
--create-home \
44
# Don't make a giant log file for login data, we don't care about it
45
- --no-log-init
+ --no-log-init \
46
+ # Allow the user to access video cameras.
47
+ -G video
48
49
# Copy all the bash customizations over to the user.
50
COPY .devcontainer/trickfire.bashrc /home/trickfire/.bashrc
0 commit comments