devcontainer: added batman to the video group (#32333)

This commit is contained in:
Shotaro Watanabe 2024-05-02 14:22:35 +09:00 committed by GitHub
parent b98ea81bdb
commit 0362cfa7ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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 && \