From 8f88d9028ecfeb8083ca553e7a755344dcc38ead Mon Sep 17 00:00:00 2001 From: EnderIce2 Date: Mon, 24 Mar 2025 15:32:42 +0000 Subject: [PATCH] feat(devcontainer): add libtool and libltdl-dev packages Signed-off-by: EnderIce2 --- .devcontainer/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 6e653fff..2195bc15 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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 \