From fd25020939fec46c0658e1e567135e4adef5c3fd Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Tue, 24 Jan 2017 20:06:19 +0100 Subject: [PATCH] trivial --- cool-retro-term/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cool-retro-term/Dockerfile b/cool-retro-term/Dockerfile index 8eca0d6..e90446a 100644 --- a/cool-retro-term/Dockerfile +++ b/cool-retro-term/Dockerfile @@ -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" ]