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
# Define a user under which the pulseaudio server will be running
ENV USER pulseaudio
ENV UID 1000
ENV GROUPS audio
ENV HOME /home/$USER
ENV USER=user \
UID=1000 \
GROUPS=audio \
HOME=/home/user
RUN apt-get update \
&& apt-get install -yq pulseaudio pulseaudio-module-x11 \

Loading…
Cancel
Save