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