From 060b685598eb9d9c83d54db97956048e1be60761 Mon Sep 17 00:00:00 2001 From: Loup-Garou911XD Date: Sat, 7 Sep 2024 16:00:46 +0530 Subject: [PATCH] added pulse-audio to docker arm file --- config/docker/Dockerfile_arm64 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/docker/Dockerfile_arm64 b/config/docker/Dockerfile_arm64 index e592ed98..e5a61f95 100644 --- a/config/docker/Dockerfile_arm64 +++ b/config/docker/Dockerfile_arm64 @@ -81,6 +81,7 @@ RUN apt-get update -y && \ libsdl2-dev \ libvorbis-dev \ libglut-dev \ + pulseaudio-utils \ libopenal-dev; \ fi && \ rm -rf /var/lib/apt/lists/* && \ @@ -99,4 +100,4 @@ RUN ln -s ballisticakit* run EXPOSE 43210/udp # Set the default command to run the application -CMD [ "./run" ] \ No newline at end of file +CMD [ "./run" ]