Skip to content

Commit cb70039

Browse files
committed
fix: add git to bot Dockerfile for githubkit dependency
1 parent 1230fd7 commit cb70039

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/bot/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y \
1313
gcc \
1414
g++ \
1515
make \
16+
git \
1617
&& rm -rf /var/lib/apt/lists/*
1718

1819
# Copy uv binary from official image

0 commit comments

Comments
 (0)