Skip to content

Commit cb2f095

Browse files
authored
Merge pull request #10 from arceos-hypervisor/multi
feat: 为 Dockerfile 添加 libslirp0 依赖
2 parents 5a2ec20 + ce029bc commit cb2f095

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ RUN apt-get update \
5656
python3-tomli \
5757
python3-sphinx \
5858
ninja-build \
59+
libslirp0 \
5960
&& rm -rf /var/lib/apt/lists/*
6061

6162
# Build and install QEMU 10.1.2 from source

0 commit comments

Comments
 (0)