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" ]