mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-09 13:26:48 +00:00
Install libslirp from apt
This commit is contained in:
parent
6476ef22ec
commit
cea102bd18
@ -306,6 +306,7 @@ RUN apt update && apt-get install -y --no-install-recommends \
|
|||||||
libglib2.0-dev `# build dependency` \
|
libglib2.0-dev `# build dependency` \
|
||||||
libpixman-1-dev `# build dependency` \
|
libpixman-1-dev `# build dependency` \
|
||||||
libusb-dev `# optional build dependency` \
|
libusb-dev `# optional build dependency` \
|
||||||
|
libslirp-dev \
|
||||||
meson \
|
meson \
|
||||||
ninja-build
|
ninja-build
|
||||||
RUN apt clean && rm -rf /var/lib/apt/lists/*
|
RUN apt clean && rm -rf /var/lib/apt/lists/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user