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