From c2a26a1746b694255a0b2e1e013dfc77ad72e5ff Mon Sep 17 00:00:00 2001 From: duncanspumpkin Date: Sun, 15 Feb 2026 21:26:37 +0000 Subject: [PATCH] Fix libxcrypt build issue --- 11/ubuntu26.04.vcpkg/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/11/ubuntu26.04.vcpkg/Dockerfile b/11/ubuntu26.04.vcpkg/Dockerfile index 08915ce..e834884 100644 --- a/11/ubuntu26.04.vcpkg/Dockerfile +++ b/11/ubuntu26.04.vcpkg/Dockerfile @@ -18,6 +18,7 @@ RUN dpkg --add-architecture i386 \ gcc-multilib \ git \ libtool \ + libltdl-dev \ make \ ninja-build \ zip \