mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-08-17 17:24:16 +00:00
feat(devcontainer): add libtool and libltdl-dev packages
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@@ -80,7 +80,9 @@ RUN apt-get -y install --no-install-recommends \
|
|||||||
|
|
||||||
# Required packages for building test apps in userspace
|
# Required packages for building test apps in userspace
|
||||||
RUN apt-get -y install --no-install-recommends \
|
RUN apt-get -y install --no-install-recommends \
|
||||||
mingw-w64
|
mingw-w64 \
|
||||||
|
libtool \
|
||||||
|
libltdl-dev
|
||||||
|
|
||||||
# Required packages for building the OS and misc
|
# Required packages for building the OS and misc
|
||||||
RUN apt-get -y install --no-install-recommends \
|
RUN apt-get -y install --no-install-recommends \
|
||||||
|
Reference in New Issue
Block a user