mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
feat(devcontainer): add libtool and libltdl-dev packages
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
parent
fcdc26c1f7
commit
8f88d9028e
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user