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"