add pulse stuff

This commit is contained in:
xfnw 2021-05-25 18:51:28 -04:00
parent 0e7116e7da
commit b15f354e1b

View file

@ -1,5 +1,5 @@
FROM alpine:latest
RUN apk add xorg-server xf86-input-libinput eudev xspice supervisor font-noto firefox \
RUN apk add xorg-server xf86-input-libinput eudev xspice supervisor firefox pulseaudio pulseaudio-alsa alsa-plugins-pulse\
&& addgroup bnuuy \
&& adduser -G bnuuy -s /bin/sh -D bnuuy \
&& rm -rf /apk /tmp/* /var/cache/apk/*