added support for mic, speaker and webcam
This commit is contained in:
@ -4,7 +4,7 @@ WORKDIR /root
|
||||
|
||||
COPY 64gram-desktop-bin-1_1.0.85-1-x86_64.pkg.tar.zst .
|
||||
|
||||
RUN pacman -Sy \
|
||||
RUN pacman -Sy alsa-utils --noconfirm \
|
||||
&& pacman -U 64gram-desktop-bin-1_1.0.85-1-x86_64.pkg.tar.zst --noconfirm \
|
||||
&& rm -rfv 64gram-desktop-bin-1_1.0.85-1-x86_64.pkg.tar.zst /var/cache/pacman/pkg/*
|
||||
|
||||
|
Reference in New Issue
Block a user