trivial
This commit is contained in:
parent
b679c4c410
commit
0c34af15ec
@ -34,15 +34,10 @@ RUN cd pulseaudio-11.1 && \
|
||||
make -j$(getconf _NPROCESSORS_ONLN)
|
||||
|
||||
USER root
|
||||
|
||||
RUN cd /home/user/pulseaudio-11.1 && \
|
||||
make install && \
|
||||
rm -rf /home/user/pulseaudio-11.1
|
||||
|
||||
RUN mkdir -p /home/user/.config/pulse && \
|
||||
chown -Rh user:user -- /home/user/.config
|
||||
VOLUME [ "/tmp", "/home/user/.config/pulse" ]
|
||||
|
||||
COPY [ "default.pa", "client.conf", "daemon.conf", "/etc/pulse/" ]
|
||||
COPY [ "avahi-daemon.conf", "/etc/avahi/" ]
|
||||
COPY [ "entrypoint.sh", "/" ]
|
||||
|
Loading…
Reference in New Issue
Block a user