mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-04 06:23:19 +08:00
Merge pull request #729 from Loup-Garou911XD/main
added pulseaudio for audio in docker image
This commit is contained in:
commit
b40deddb31
@ -82,6 +82,7 @@ RUN apt-get update -y && \
|
|||||||
libsdl2-dev \
|
libsdl2-dev \
|
||||||
libvorbis-dev \
|
libvorbis-dev \
|
||||||
libglut-dev \
|
libglut-dev \
|
||||||
|
pulseaudio-utils \
|
||||||
libopenal-dev; \
|
libopenal-dev; \
|
||||||
fi && \
|
fi && \
|
||||||
rm -rf /var/lib/apt/lists/* && \
|
rm -rf /var/lib/apt/lists/* && \
|
||||||
@ -100,4 +101,4 @@ RUN ln -s ballisticakit* run
|
|||||||
EXPOSE 43210/udp
|
EXPOSE 43210/udp
|
||||||
|
|
||||||
# Set the default command to run the application
|
# Set the default command to run the application
|
||||||
CMD [ "./run" ]
|
CMD [ "./run" ]
|
||||||
|
|||||||
@ -81,6 +81,7 @@ RUN apt-get update -y && \
|
|||||||
libsdl2-dev \
|
libsdl2-dev \
|
||||||
libvorbis-dev \
|
libvorbis-dev \
|
||||||
libglut-dev \
|
libglut-dev \
|
||||||
|
pulseaudio-utils \
|
||||||
libopenal-dev; \
|
libopenal-dev; \
|
||||||
fi && \
|
fi && \
|
||||||
rm -rf /var/lib/apt/lists/* && \
|
rm -rf /var/lib/apt/lists/* && \
|
||||||
@ -99,4 +100,4 @@ RUN ln -s ballisticakit* run
|
|||||||
EXPOSE 43210/udp
|
EXPOSE 43210/udp
|
||||||
|
|
||||||
# Set the default command to run the application
|
# Set the default command to run the application
|
||||||
CMD [ "./run" ]
|
CMD [ "./run" ]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user