master
Andy 6 years ago
parent 39ca681062
commit c7648bee82
Signed by: arno
GPG Key ID: 9076D5E6B31AE99C

@ -12,10 +12,10 @@ MAINTAINER Andrey Arapov <andrey.arapov@nixaid.com>
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
# Define a user under which the pulseaudio server will be running # Define a user under which the pulseaudio server will be running
ENV USER pulseaudio ENV USER=user \
ENV UID 1000 UID=1000 \
ENV GROUPS audio GROUPS=audio \
ENV HOME /home/$USER HOME=/home/user
RUN apt-get update \ RUN apt-get update \
&& apt-get install -yq pulseaudio pulseaudio-module-x11 \ && apt-get install -yq pulseaudio pulseaudio-module-x11 \

Loading…
Cancel
Save