feat(devcontainer): add libtool and libltdl-dev packages

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
EnderIce2 2025-03-24 15:32:42 +00:00
parent fcdc26c1f7
commit 8f88d9028e
No known key found for this signature in database
GPG Key ID: 2EE20AF089811A5A

View File

@ -80,7 +80,9 @@ RUN apt-get -y install --no-install-recommends \
# Required packages for building test apps in userspace
RUN apt-get -y install --no-install-recommends \
mingw-w64
mingw-w64 \
libtool \
libltdl-dev
# Required packages for building the OS and misc
RUN apt-get -y install --no-install-recommends \