diff --git a/Dockerfile b/Dockerfile index 9e5c3b1..c10709e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM ubuntu:noble -RUN apt update && apt install -y curl cmake g++ gcc libmbedtls-dev build-essential git ca-certificates doxygen \ No newline at end of file +RUN apt update && apt install -y curl cmake g++ gcc libmbedtls-dev build-essential git ca-certificates doxygen libsdl2-dev libsdl2_image-dev libsdl2_ttf-dev libsdl2_gfx-dev \ No newline at end of file