need to start pulseaudio for sound support from users session and kmix

This commit is contained in:
thelamer 2020-04-06 16:00:00 -07:00
parent 06bd133039
commit 116fe40097
4 changed files with 10 additions and 6 deletions

View File

@ -12,8 +12,9 @@ RUN \
DEBIAN_FRONTEND=noninteractive \
apt-get install --no-install-recommends -y \
firefox \
terminator \
kubuntu-desktop && \
kmix \
kubuntu-desktop
terminator && \
echo "**** cleanup ****" && \
apt-get autoclean && \
rm -rf \

View File

@ -12,8 +12,9 @@ RUN \
DEBIAN_FRONTEND=noninteractive \
apt-get install --no-install-recommends -y \
firefox \
terminator \
kubuntu-desktop && \
kmix \
kubuntu-desktop \
terminator && \
echo "**** cleanup ****" && \
apt-get autoclean && \
rm -rf \

View File

@ -12,8 +12,9 @@ RUN \
DEBIAN_FRONTEND=noninteractive \
apt-get install --no-install-recommends -y \
firefox \
terminator \
kubuntu-desktop && \
kmix \
kubuntu-desktop \
terminator&& \
echo "**** cleanup ****" && \
apt-get autoclean && \
rm -rf \

View File

@ -1,2 +1,3 @@
#!/bin/bash
/usr/bin/pulseaudio --start
/usr/bin/startplasma-x11 > /dev/null 2>&1