fix: install cmake in wzp Docker build (opus codec dependency)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Siavash Sameni
2026-03-30 10:41:57 +04:00
parent fb29eb0fce
commit 366ab30988

View File

@@ -2,6 +2,8 @@
# Build context: featherChat repo root (../../..) # Build context: featherChat repo root (../../..)
FROM rust:latest AS builder FROM rust:latest AS builder
RUN apt-get update && apt-get install -y cmake pkg-config libssl-dev && rm -rf /var/lib/apt/lists/*
WORKDIR /build WORKDIR /build
# Copy warzone-phone workspace # Copy warzone-phone workspace