From 5a94f21f53f10accdda32025d873446e3afd3d03 Mon Sep 17 00:00:00 2001 From: Briar <205427297+icybriarr@users.noreply.github.com> Date: Wed, 2 Apr 2025 05:09:39 +0200 Subject: [PATCH] Add OpenSSL and libusb deps --- latest/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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