Skip to content

Commit 3adb388

Browse files
z-brclaude
andauthored
fix: add file command to claude automation container (#23)
Resolves missing 'file' command error in the Claude automation container by adding the file package to Alpine apk dependencies. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <[email protected]>
1 parent a838f76 commit 3adb388

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.claude-automation

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ RUN apk add --no-cache \
77
curl \
88
openssh-client \
99
python3 \
10-
py3-pip
10+
py3-pip \
11+
file
1112

1213
# Install Claude Code globally
1314
RUN npm install -g @anthropic-ai/claude-code

0 commit comments

Comments
 (0)