Add cmake and sdl2

This commit is contained in:
Sebastiaan de Schaetzen 2024-10-07 09:23:21 +02:00
parent 3e890faaf1
commit 00ba794afa

@ -32,4 +32,8 @@ RUN pip3 install makelove
RUN apt-get -y install luarocks && \
luarocks install tl
RUN apt-get -y install \
cmake \
libsdl2-dev libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev
ENV PATH="$PATH:/sonar/bin"