master
Andy 7 years ago
parent ecba7a40a9
commit fd25020939
Signed by: arno
GPG Key ID: 368DDA2E9A471EAC

@ -43,7 +43,7 @@ USER root
# files created by the host, causing sound to stop working.
# To fix this, we either want to disable the shm or mount /dev/shm
# in read-only mode when starting the container.
RUN echo "enable-shm = no" | sudo tee -a /etc/pulse/client.conf
RUN echo "enable-shm = no" | tee -a /etc/pulse/client.conf
COPY launch /launch
ENTRYPOINT [ "bash", "/launch" ]

Loading…
Cancel
Save