chore: add the missing unzip dependency in the dockerfile (refs #285)

This commit is contained in:
Charles Bonnissent
2025-12-10 09:20:12 +01:00
committed by Rishikanth Chandrasekaran
parent 5e7cd8e97a
commit ede7277a6e

View File

@@ -66,7 +66,7 @@ WORKDIR /app
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
curl ca-certificates ffmpeg git gosu \
build-essential gcc g++ make python3-dev \
build-essential gcc g++ make python3-dev unzip\
&& rm -rf /var/lib/apt/lists/*
# Install uv (fast Python package manager) directly to system PATH