Skip to content

Commit 69f7430

Browse files
author
zhuque
committed
feat(docker): add git to runtime dependencies in Dockerfile
1 parent 2873537 commit 69f7430

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ RUN apk add --no-cache \
2525
ca-certificates \
2626
tzdata \
2727
bash \
28-
curl
28+
curl \
29+
git
2930

3031
# 安装uv到/usr/local/bin
3132
RUN curl -LsSf https://astral.sh/uv/install.sh | env UV_INSTALL_DIR="/usr/local/bin" sh

0 commit comments

Comments
 (0)