mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-09 05:16:47 +00:00
Move libslirp-dev to build-base
This commit is contained in:
parent
cea102bd18
commit
3ef8f20de6
@ -19,6 +19,7 @@ RUN apt update && apt-get install -y --no-install-recommends \
|
|||||||
git-core \
|
git-core \
|
||||||
gnupg \
|
gnupg \
|
||||||
libevent-dev \
|
libevent-dev \
|
||||||
|
libslirp-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
jq \
|
jq \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
@ -306,7 +307,6 @@ 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