mirror of
https://github.com/rishikanthc/Scriberr.git
synced 2026-06-28 14:55:46 +00:00
chore: add the missing unzip dependency in the dockerfile (refs #285)
This commit is contained in:
committed by
Rishikanth Chandrasekaran
parent
5e7cd8e97a
commit
ede7277a6e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user