From 528287db95046492f494fea7c55264e5047ab06a Mon Sep 17 00:00:00 2001 From: David Montero Crespo Date: Tue, 24 Mar 2026 17:28:56 -0300 Subject: [PATCH] feat: add libfdt1 dependency in Dockerfile; mark subproject commits as dirty --- Dockerfile.standalone | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.standalone b/Dockerfile.standalone index 6454924..2c314fa 100644 --- a/Dockerfile.standalone +++ b/Dockerfile.standalone @@ -69,6 +69,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ libgcrypt20 \ libslirp0 \ libpixman-1-0 \ + libfdt1 \ && apt-get clean \ && rm -rf /var/lib/apt/lists/*