Skip to content

Commit def05e1

Browse files
authored
Remove COPY command for opencode binary
Removed the COPY command for the opencode binary from the official image.
1 parent 1a1ad3d commit def05e1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

opencode/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o opencode-mcp-server ./opencode/
1616
# Final stage - use Debian instead of Alpine for glibc compatibility
1717
FROM debian:bookworm-slim
1818

19-
# Copy opencode binary from the official opencode image
20-
COPY --from=ghcr.io/anomalyco/opencode:latest /usr/local/bin/opencode /usr/local/bin/opencode
21-
2219
# Install required runtime dependencies
2320
RUN apt-get update && apt-get install -y --no-install-recommends \
2421
ca-certificates \

0 commit comments

Comments
 (0)