Skip to content

Commit

Permalink
devcontainer: added batman to the video group (commaai#32333)
Browse files Browse the repository at this point in the history
  • Loading branch information
sangotaro authored May 2, 2024
1 parent b98ea81 commit 0362cfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ RUN cd /tmp && \
curl -L -o virtualgl.deb "https://downloads.sourceforge.net/project/virtualgl/3.1/virtualgl_3.1_$ARCH.deb" && \
dpkg -i virtualgl.deb

RUN usermod -aG video batman

USER batman

RUN cd $HOME && \
Expand Down

0 comments on commit 0362cfa

Please sign in to comment.