mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-30 11:03:58 +00:00
Install libnl in docker image
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
66ba0afa05
commit
c5a01b9759
@ -458,6 +458,8 @@ RUN apt update && apt-get install -y --no-install-recommends \
|
||||
{% endif %}
|
||||
iptables \
|
||||
iproute2 \
|
||||
libnl-3-dev `# dependency for netlink socket` \
|
||||
libnl-route-3-dev `# dependency for netlink route socket` \
|
||||
libpixman-1-dev `# running dependency for QEMU` \
|
||||
mtools `# used by grub-mkrescue` \
|
||||
net-tools \
|
||||
|
Reference in New Issue
Block a user