trivial
This commit is contained in:
parent
39ca681062
commit
c7648bee82
@ -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…
Reference in New Issue
Block a user