From 2da947bf3d5498d083497d53b95bd9f0434c4661 Mon Sep 17 00:00:00 2001 From: Adesoji Alu Date: Mon, 3 Feb 2025 16:16:07 +0100 Subject: [PATCH] Update Dockerfile it solves the compile error of :102.5 /source/.build/checkouts/swift-llbuild/lib/Core/SQLiteBuildDB.cpp:28:10: fatal error: 'sqlite3.h' file not found 102.5 28 | #include 102.5 | ^~~~~~~~~~~ --- 6.0/ubuntu/24.04/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/6.0/ubuntu/24.04/Dockerfile b/6.0/ubuntu/24.04/Dockerfile index 487f46aa..5326b16e 100644 --- a/6.0/ubuntu/24.04/Dockerfile +++ b/6.0/ubuntu/24.04/Dockerfile @@ -14,6 +14,7 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap libgcc-13-dev \ libpython3-dev \ libsqlite3-0 \ + libsqlite3-dev \ libstdc++-13-dev \ libxml2-dev \ libncurses-dev \