Merge pull request #66 from davidmonterocrespo24/website

feat: add libfdt1 dependency in Dockerfile; mark subproject commits a…
pull/74/head
David Montero Crespo 2026-03-24 17:29:26 -03:00 committed by GitHub
commit 894f385df4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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/*