mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Add DECTalk dependencies to Docker image
This commit is contained in:
+6
-1
@@ -3,7 +3,8 @@ FROM node:24-bookworm
|
||||
WORKDIR /app
|
||||
|
||||
# System dependencies used by native modules and image/audio commands.
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
RUN dpkg --add-architecture i386 \
|
||||
&& apt-get update && apt-get install -y --no-install-recommends \
|
||||
ca-certificates \
|
||||
ffmpeg \
|
||||
git \
|
||||
@@ -17,6 +18,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
make \
|
||||
g++ \
|
||||
python3 \
|
||||
wine \
|
||||
wine32 \
|
||||
xauth \
|
||||
xvfb \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY package*.json ./
|
||||
|
||||
Reference in New Issue
Block a user