fix(docker): install ca-certificates in slim runtime base · openclaw/openclaw@f5b01c1
2026-04-28
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -156,6 +156,10 @@ LABEL org.opencontainers.image.source="https://github.com/openclaw/openclaw" \
|
156 | 156 | WORKDIR /app |
157 | 157 | |
158 | 158 | # Install runtime system utilities missing from bookworm-slim. |
| 159 | +# `ca-certificates` ships in `bookworm` (full) but not in `bookworm-slim`, |
| 160 | +# so it must be installed explicitly here. Without it `/etc/ssl/certs/` |
| 161 | +# stays empty and every HTTPS outbound dies at TLS handshake with |
| 162 | +# `error setting certificate file`. |
159 | 163 | RUN --mount=type=cache,id=openclaw-bookworm-apt-cache,target=/var/cache/apt,sharing=locked \ |
160 | 164 | --mount=type=cache,id=openclaw-bookworm-apt-lists,target=/var/lib/apt,sharing=locked \ |
161 | 165 | apt-get update && \ |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。