From c18e9122154d5326f3f7802a9bc5c55047a64409 Mon Sep 17 00:00:00 2001 From: Loup <90267658+Loup-Garou911XD@users.noreply.github.com> Date: Sat, 7 Sep 2024 14:46:21 +0530 Subject: [PATCH 1/2] added pulseaudio for audio --- config/docker/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/docker/Dockerfile b/config/docker/Dockerfile index c5c66559..93772d9c 100644 --- a/config/docker/Dockerfile +++ b/config/docker/Dockerfile @@ -82,6 +82,7 @@ RUN apt-get update -y && \ libsdl2-dev \ libvorbis-dev \ libglut-dev \ + pulseaudio-utils \ libopenal-dev; \ fi && \ rm -rf /var/lib/apt/lists/* && \ @@ -100,4 +101,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" ] From 060b685598eb9d9c83d54db97956048e1be60761 Mon Sep 17 00:00:00 2001 From: Loup-Garou911XD Date: Sat, 7 Sep 2024 16:00:46 +0530 Subject: [PATCH 2/2] 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" ]