added pulse-audio to docker arm file

This commit is contained in:
Loup-Garou911XD 2024-09-07 16:00:46 +05:30
parent c18e912215
commit 060b685598

View File

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