added pulseaudio for audio

This commit is contained in:
Loup 2024-09-07 14:46:21 +05:30 committed by GitHub
parent 7ec171efb2
commit c18e912215
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" ]
CMD [ "./run" ]