fix(docker): repair whatsapp image build

This commit is contained in:
chengyongru
2026-06-27 11:05:03 +08:00
committed by Xubin Ren
parent dbb53109f4
commit 5281e67222
2 changed files with 9 additions and 148 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ RUN mkdir -p /app/nanobot/web && npm run build
FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim
RUN apt-get update && \
apt-get install -y --no-install-recommends ca-certificates git bubblewrap openssh-client && \
apt-get install -y --no-install-recommends ca-certificates git bubblewrap openssh-client libmagic1 && \
rm -rf /var/lib/apt/lists/*
WORKDIR /app