diff --git a/Dockerfile b/Dockerfile index c10709e..00d7d57 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 libsdl2-dev libsdl2_image-dev libsdl2_ttf-dev libsdl2_gfx-dev \ 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