fix: fix: edge container cannot run claude — Alpine lacks glibc (#352)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful

This commit is contained in:
Claude 2026-04-07 15:44:13 +00:00
parent a4bd8e8398
commit cc7dc6ccd7

View file

@ -1,4 +1,4 @@
FROM caddy:alpine FROM caddy:latest
RUN apk add --no-cache bash jq curl git docker-cli RUN apt-get update && apt-get install -y bash jq curl git docker.io && rm -rf /var/lib/apt/lists/*
COPY entrypoint-edge.sh /usr/local/bin/entrypoint-edge.sh COPY entrypoint-edge.sh /usr/local/bin/entrypoint-edge.sh
ENTRYPOINT ["bash", "/usr/local/bin/entrypoint-edge.sh"] ENTRYPOINT ["bash", "/usr/local/bin/entrypoint-edge.sh"]