Skip to content

Commit 42b4c1e

Browse files
committed
install other tools
1 parent 47a7776 commit 42b4c1e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

images/skypilot-alpine/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ RUN apk update && \
1919
python3-dev \
2020
gcc \
2121
musl-dev \
22+
linux-headers \
2223
&& \
24+
# 删除验证
25+
rm -f /usr/lib/python*/EXTERNALLY-MANAGED && \
2326
# 验证版本
2427
python3 --version && \
2528
sqlite3 --version

0 commit comments

Comments
 (0)