diff --git a/latest/Dockerfile b/latest/Dockerfile index 74d3518..4d458c7 100644 --- a/latest/Dockerfile +++ b/latest/Dockerfile @@ -50,7 +50,10 @@ RUN apt-get install -y \ glslang-tools \ # Other libraries libsdl2-dev \ - libva-dev + libva-dev \ + libssl-dev \ + autoconf \ + libtool # Create Clang symlinks RUN ln -s /usr/bin/clang-19 /usr/bin/clang