From 00ba794afa174b2ef670238ec075962cca7ee47c Mon Sep 17 00:00:00 2001 From: Sebastiaan de Schaetzen Date: Mon, 7 Oct 2024 09:23:21 +0200 Subject: [PATCH] Add cmake and sdl2 --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 9b3cc37..ba395a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"