Skip to content

Commit 47a7776

Browse files
committed
install pytools
1 parent 4256a87 commit 47a7776

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

images/skypilot-alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ RUN apk update && \
1616
py3-pip \
1717
sqlite \
1818
# 如果需要编译Python扩展,可能需要以下包
19-
# python3-dev \
20-
# gcc \
21-
# musl-dev \
19+
python3-dev \
20+
gcc \
21+
musl-dev \
2222
&& \
2323
# 验证版本
2424
python3 --version && \

0 commit comments

Comments
 (0)