build: install ffmpeg dependency
This commit is contained in:
@ -10,6 +10,10 @@ VOLUME /app
|
|||||||
# Copy project files
|
# Copy project files
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
RUN apt update && apt install -y \
|
||||||
|
ffmpeg \
|
||||||
|
--no-install-recommends
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN bun install
|
RUN bun install
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user