Skip to content

Commit 482962a

Browse files
Syaticlaude
andcommitted
Add git-lfs to Dockerfile to fix agent startup error
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Entire-Checkpoint: c478fd644be1
1 parent d8b6ae4 commit 482962a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM debian:trixie-slim
22

33
ARG RTK_VERSION=0.42.4
4-
ARG CODEX_VERSION=0.141.0
4+
ARG CODEX_VERSION=0.142.0
55
ARG GIT_WT_VERSION=0.29.0
66
ARG AGENT_BROWSER_VERSION=0.29.0
77
ARG TARGETARCH
@@ -15,6 +15,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1515
ca-certificates \
1616
curl \
1717
git \
18+
git-lfs \
1819
grep \
1920
jq \
2021
locales \

0 commit comments

Comments
 (0)