Skip to content

Commit 8ff7faf

Browse files
修复Dockerfile:更新ARM64依赖包名称
1 parent af8eb70 commit 8ff7faf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile.build

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ WORKDIR /build
66
RUN apt-get update && apt-get install -y \
77
gcc \
88
libgtk-3-0 \
9-
libwebkit2gtk-4.0-37 \
9+
libwebkit2gtk-4.0-dev \
10+
gir1.2-webkit2-4.0 \
11+
libcairo2-dev \
12+
pkg-config \
13+
python3-dev \
1014
&& rm -rf /var/lib/apt/lists/*
1115

1216
# Copy requirements and install Python dependencies

0 commit comments

Comments
 (0)