feat: add libfdt1 dependency in Dockerfile; mark subproject commits as dirty

pull/66/head
David Montero Crespo 2026-03-24 17:28:56 -03:00
parent dc335c666e
commit 528287db95
1 changed files with 1 additions and 0 deletions

View File

@ -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/*